Html Css Color HEX #4C0F3C Blackberry

📋 copy color: '#4C0F3C'

red 76 ◦ green 15 ◦ blue 60

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

Shades of Blackberry #4C0F3C

Tints of Blackberry #4C0F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 39.74%

R = 50.33%
G = 9.93%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C0F3C (or 0x4C0F3C) is known color: Blackberry. HEX triplet: 4C, 0F and 3C. RGB value is (76,15,60). Sum of RGB (Red+Green+Blue) = 76+15+60=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F3C is #B3F0C3. Grayscale: #262626. Windows color (decimal): -11792580 or 3936076. OLE color: 3936076.

HSL color Cylindrical-coordinate representation of color #4C0F3C: hue angle of 315.74º 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 #4C0F3C is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 15 60 -
CMYK 0 0.80 0.21 0.70
HSL 315.74º 0.67% 0.18% -
HSV(B) 315.74º 0.8% 0.3% -
XYZ 3.97 2.2 4.49 -
YUV 38.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 76 15 60 0 0.80 0.21 0.70 315.74 0.67 0.18
Hex 4C F 3C 0 50 15 46 13C 43 12
Octal 114 17 74 0 120 25 106 474 103 22
Binary 1001100 1111 111100 0 1010000 10101 1000110 100111100 1000011 10010

Color Harmonies of #4C0F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0F3C

Black with #4C0F3C

Text Example


Text Example

White with #4C0F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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