Html Css Color HEX #4C0F39 Blackberry

📋 copy color: '#4C0F39'

red 76 ◦ green 15 ◦ blue 57

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

Shades of Blackberry #4C0F39

Tints of Blackberry #4C0F39

RGB

 RED value IS 76 (30.08% from 255) = 51.35%

 GREEN value IS 15 (6.25% from 255) = 10.14%

 BLUE value IS 57 (22.66% from 255) = 38.51%

R = 51.35%
G = 10.14%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4C0F39 (or 0x4C0F39) is known color: Blackberry. HEX triplet: 4C, 0F and 39. RGB value is (76,15,57). Sum of RGB (Red+Green+Blue) = 76+15+57=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F39 is #B3F0C6. Grayscale: #252525. Windows color (decimal): -11792583 or 3739468. OLE color: 3739468.

HSL color Cylindrical-coordinate representation of color #4C0F39: hue angle of 318.69º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C0F39 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 15 57 -
CMYK 0 0.80 0.25 0.70
HSL 318.69º 0.67% 0.18% -
HSV(B) 318.69º 0.8% 0.3% -
XYZ 3.89 2.17 4.09 -
YUV 38.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 76 15 57 0 0.80 0.25 0.70 318.69 0.67 0.18
Hex 4C F 39 0 50 19 46 13F 43 12
Octal 114 17 71 0 120 31 106 477 103 22
Binary 1001100 1111 111001 0 1010000 11001 1000110 100111111 1000011 10010

Color Harmonies of #4C0F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0F39

Black with #4C0F39

Text Example


Text Example

White with #4C0F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0F39; }

 p { color: rgb(76,15,57); }

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

background-color css

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

 a { background-color: rgb(76,15,57); }

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

border-color css

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

 span { border-color: rgb(76,15,57); }

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