Html Css Color HEX #481736 Blackberry

📋 copy color: '#481736'

red 72 ◦ green 23 ◦ blue 54

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

Shades of Blackberry #481736

Tints of Blackberry #481736

RGB

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

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

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

R = 48.32%
G = 15.44%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#481736 (or 0x481736) is known color: Blackberry. HEX triplet: 48, 17 and 36. RGB value is (72,23,54). Sum of RGB (Red+Green+Blue) = 72+23+54=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481736 is #B7E8C9. Grayscale: #292929. Windows color (decimal): -12052682 or 3544904. OLE color: 3544904.

HSL color Cylindrical-coordinate representation of color #481736: hue angle of 322.04º 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 #481736 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 54 -
CMYK 0 0.68 0.25 0.72
HSL 322.04º 0.52% 0.19% -
HSV(B) 322.04º 0.68% 0.28% -
XYZ 3.64 2.26 3.73 -
YUV 41.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 72 23 54 0 0.68 0.25 0.72 322.04 0.52 0.19
Hex 48 17 36 0 44 19 48 142 34 13
Octal 110 27 66 0 104 31 110 502 64 23
Binary 1001000 10111 110110 0 1000100 11001 1001000 101000010 110100 10011

Color Harmonies of #481736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481736

Black with #481736

Text Example


Text Example

White with #481736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481736; }

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

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

background-color css

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

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

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

border-color css

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

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

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