Html Css Color HEX #480C24 Blackberry

📋 copy color: '#480C24'

red 72 ◦ green 12 ◦ blue 36

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

Shades of Blackberry #480C24

Tints of Blackberry #480C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10%

 BLUE value IS 36 (14.45% from 255) = 30%

R = 60%
G = 10%
B = 30%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#480C24 (or 0x480C24) is known color: Blackberry. HEX triplet: 48, 0C and 24. RGB value is (72,12,36). Sum of RGB (Red+Green+Blue) = 72+12+36=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #480C24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C24 is #B7F3DB. Grayscale: #202020. Windows color (decimal): -12055516 or 2362440. OLE color: 2362440.

HSL color Cylindrical-coordinate representation of color #480C24: hue angle of 336º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #480C24 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 12 36 -
CMYK 0 0.83 0.5 0.72
HSL 336º 0.71% 0.16% -
HSV(B) 336º 0.83% 0.28% -
XYZ 3.12 1.77 1.85 -
YUV 32.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 72 12 36 0 0.83 0.5 0.72 336 0.71 0.16
Hex 48 C 24 0 53 32 48 150 47 10
Octal 110 14 44 0 123 62 110 520 107 20
Binary 1001000 1100 100100 0 1010011 110010 1001000 101010000 1000111 10000

Color Harmonies of #480C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C24

Black with #480C24

Text Example


Text Example

White with #480C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480C24; }

 p { color: rgb(72,12,36); }

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

background-color css

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

 a { background-color: rgb(72,12,36); }

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

border-color css

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

 span { border-color: rgb(72,12,36); }

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