Html Css Color HEX #481836 Blackberry

📋 copy color: '#481836'

red 72 ◦ green 24 ◦ blue 54

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

Shades of Blackberry #481836

Tints of Blackberry #481836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

 BLUE value IS 54 (21.48% from 255) = 36%

R = 48%
G = 16%
B = 36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#481836 (or 0x481836) is known color: Blackberry. HEX triplet: 48, 18 and 36. RGB value is (72,24,54). Sum of RGB (Red+Green+Blue) = 72+24+54=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #481836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481836 is #B7E7C9. Grayscale: #292929. Windows color (decimal): -12052426 or 3545160. OLE color: 3545160.

HSL color Cylindrical-coordinate representation of color #481836: hue angle of 322.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481836 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 54 -
CMYK 0 0.67 0.25 0.72
HSL 322.5º 0.5% 0.19% -
HSV(B) 322.5º 0.67% 0.28% -
XYZ 3.66 2.3 3.74 -
YUV 41.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 72 24 54 0 0.67 0.25 0.72 322.5 0.5 0.19
Hex 48 18 36 0 43 19 48 142 32 13
Octal 110 30 66 0 103 31 110 502 62 23
Binary 1001000 11000 110110 0 1000011 11001 1001000 101000010 110010 10011

Color Harmonies of #481836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481836

Black with #481836

Text Example


Text Example

White with #481836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481836; }

 p { color: rgb(72,24,54); }

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

background-color css

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

 a { background-color: rgb(72,24,54); }

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

border-color css

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

 span { border-color: rgb(72,24,54); }

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