Html Css Color HEX #480C38 Blackberry

📋 copy color: '#480C38'

red 72 ◦ green 12 ◦ blue 56

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

Shades of Blackberry #480C38

Tints of Blackberry #480C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40%

R = 51.43%
G = 8.57%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#480C38 (or 0x480C38) is known color: Blackberry. HEX triplet: 48, 0C and 38. RGB value is (72,12,56). Sum of RGB (Red+Green+Blue) = 72+12+56=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #480C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C38 is #B7F3C7. Grayscale: #222222. Windows color (decimal): -12055496 or 3673160. OLE color: 3673160.

HSL color Cylindrical-coordinate representation of color #480C38: hue angle of 316º 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 #480C38 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 12 56 -
CMYK 0 0.83 0.22 0.72
HSL 316º 0.71% 0.16% -
HSV(B) 316º 0.83% 0.28% -
XYZ 3.52 1.93 3.93 -
YUV 34.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 72 12 56 0 0.83 0.22 0.72 316 0.71 0.16
Hex 48 C 38 0 53 16 48 13C 47 10
Octal 110 14 70 0 123 26 110 474 107 20
Binary 1001000 1100 111000 0 1010011 10110 1001000 100111100 1000111 10000

Color Harmonies of #480C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C38

Black with #480C38

Text Example


Text Example

White with #480C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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