Html Css Color HEX #481737 Blackberry

📋 copy color: '#481737'

red 72 ◦ green 23 ◦ blue 55

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

Shades of Blackberry #481737

Tints of Blackberry #481737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

 BLUE value IS 55 (21.88% from 255) = 36.67%

R = 48%
G = 15.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481737 (or 0x481737) is known color: Blackberry. HEX triplet: 48, 17 and 37. RGB value is (72,23,55). Sum of RGB (Red+Green+Blue) = 72+23+55=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #481737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481737 is #B7E8C8. Grayscale: #292929. Windows color (decimal): -12052681 or 3610440. OLE color: 3610440.

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

Color convert

RGB 72 23 55 -
CMYK 0 0.68 0.24 0.72
HSL 320.82º 0.52% 0.19% -
HSV(B) 320.82º 0.68% 0.28% -
XYZ 3.67 2.27 3.86 -
YUV 41.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 72 23 55 0 0.68 0.24 0.72 320.82 0.52 0.19
Hex 48 17 37 0 44 18 48 141 34 13
Octal 110 27 67 0 104 30 110 501 64 23
Binary 1001000 10111 110111 0 1000100 11000 1001000 101000001 110100 10011

Color Harmonies of #481737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481737

Black with #481737

Text Example


Text Example

White with #481737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481737; }

 p { color: rgb(72,23,55); }

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

background-color css

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

 a { background-color: rgb(72,23,55); }

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

border-color css

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

 span { border-color: rgb(72,23,55); }

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