Html Css Color HEX #4C0E3A Blackberry

📋 copy color: '#4C0E3A'

red 76 ◦ green 14 ◦ blue 58

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

Shades of Blackberry #4C0E3A

Tints of Blackberry #4C0E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.19%

R = 51.35%
G = 9.46%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C0E3A (or 0x4C0E3A) is known color: Blackberry. HEX triplet: 4C, 0E and 3A. RGB value is (76,14,58). Sum of RGB (Red+Green+Blue) = 76+14+58=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E3A is #B3F1C5. Grayscale: #252525. Windows color (decimal): -11792838 or 3804748. OLE color: 3804748.

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

Color convert

RGB 76 14 58 -
CMYK 0 0.82 0.24 0.70
HSL 317.42º 0.69% 0.18% -
HSV(B) 317.42º 0.82% 0.3% -
XYZ 3.9 2.16 4.21 -
YUV 37.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 76 14 58 0 0.82 0.24 0.70 317.42 0.69 0.18
Hex 4C E 3A 0 52 18 46 13D 45 12
Octal 114 16 72 0 122 30 106 475 105 22
Binary 1001100 1110 111010 0 1010010 11000 1000110 100111101 1000101 10010

Color Harmonies of #4C0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0E3A

Black with #4C0E3A

Text Example


Text Example

White with #4C0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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