Html Css Color HEX #481636 Blackberry

📋 copy color: '#481636'

red 72 ◦ green 22 ◦ blue 54

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

Shades of Blackberry #481636

Tints of Blackberry #481636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

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

R = 48.65%
G = 14.86%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#481636 (or 0x481636) is known color: Blackberry. HEX triplet: 48, 16 and 36. RGB value is (72,22,54). Sum of RGB (Red+Green+Blue) = 72+22+54=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481636 is #B7E9C9. Grayscale: #282828. Windows color (decimal): -12052938 or 3544648. OLE color: 3544648.

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

Color convert

RGB 72 22 54 -
CMYK 0 0.69 0.25 0.72
HSL 321.6º 0.53% 0.18% -
HSV(B) 321.6º 0.69% 0.28% -
XYZ 3.63 2.22 3.73 -
YUV 40.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 72 22 54 0 0.69 0.25 0.72 321.6 0.53 0.18
Hex 48 16 36 0 45 19 48 142 35 12
Octal 110 26 66 0 105 31 110 502 65 22
Binary 1001000 10110 110110 0 1000101 11001 1001000 101000010 110101 10010

Color Harmonies of #481636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481636

Black with #481636

Text Example


Text Example

White with #481636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481636; }

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

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

background-color css

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

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

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

border-color css

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

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

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