Html Css Color HEX #481027 Blackberry

📋 copy color: '#481027'

red 72 ◦ green 16 ◦ blue 39

#481027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #481027

Tints of Blackberry #481027

RGB

 RED value IS 72 (28.52% from 255) = 56.69%

 GREEN value IS 16 (6.64% from 255) = 12.6%

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 56.69%
G = 12.6%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#481027 (or 0x481027) is known color: Blackberry. HEX triplet: 48, 10 and 27. RGB value is (72,16,39). Sum of RGB (Red+Green+Blue) = 72+16+39=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481027 is #B7EFD8. Grayscale: #232323. Windows color (decimal): -12054489 or 2560072. OLE color: 2560072.

HSL color Cylindrical-coordinate representation of color #481027: hue angle of 335.36º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481027 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 39 -
CMYK 0 0.78 0.46 0.72
HSL 335.36º 0.64% 0.17% -
HSV(B) 335.36º 0.78% 0.28% -
XYZ 3.22 1.89 2.12 -
YUV 35.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 72 16 39 0 0.78 0.46 0.72 335.36 0.64 0.17
Hex 48 10 27 0 4E 2E 48 14F 40 11
Octal 110 20 47 0 116 56 110 517 100 21
Binary 1001000 10000 100111 0 1001110 101110 1001000 101001111 1000000 10001

Color Harmonies of #481027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481027

Black with #481027

Text Example


Text Example

White with #481027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481027; }

 p { color: rgb(72,16,39); }

 H1.HeaderClassName
 {
   color: #481027;
 }
 .AnyTagClassName
 {
   color: #481027;
 }
</style>

background-color css

<style>
 a { background-color: #481027; }

 a { background-color: rgb(72,16,39); }

 div.DivClassName
 {
   background-color: #481027;
 }
 .BgClassName
 {
   background-color: #481027;
 }
</style>

border-color css

<style>
 span { border-color: #481027; }

 span { border-color: rgb(72,16,39); }

 td.TdClassName
 {
   border-color: #481027;
 }
 .TagClassName
 {
   border-color: #481027;
 }
</style>