Html Css Color HEX #4C0E3D Blackberry

📋 copy color: '#4C0E3D'

red 76 ◦ green 14 ◦ blue 61

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

Shades of Blackberry #4C0E3D

Tints of Blackberry #4C0E3D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.27%

 BLUE value IS 61 (24.22% from 255) = 40.4%

R = 50.33%
G = 9.27%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C0E3D (or 0x4C0E3D) is known color: Blackberry. HEX triplet: 4C, 0E and 3D. RGB value is (76,14,61). Sum of RGB (Red+Green+Blue) = 76+14+61=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E3D is #B3F1C2. Grayscale: #252525. Windows color (decimal): -11792835 or 4001356. OLE color: 4001356.

HSL color Cylindrical-coordinate representation of color #4C0E3D: hue angle of 314.52º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E3D is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 14 61 -
CMYK 0 0.82 0.20 0.70
HSL 314.52º 0.69% 0.18% -
HSV(B) 314.52º 0.82% 0.3% -
XYZ 3.98 2.19 4.63 -
YUV 37.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 76 14 61 0 0.82 0.20 0.70 314.52 0.69 0.18
Hex 4C E 3D 0 52 14 46 13B 45 12
Octal 114 16 75 0 122 24 106 473 105 22
Binary 1001100 1110 111101 0 1010010 10100 1000110 100111011 1000101 10010

Color Harmonies of #4C0E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0E3D

Black with #4C0E3D

Text Example


Text Example

White with #4C0E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,14,61); }

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

background-color css

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

 a { background-color: rgb(76,14,61); }

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

border-color css

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

 span { border-color: rgb(76,14,61); }

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