Html Css Color HEX #4C0336 Blackberry

📋 copy color: '#4C0336'

red 76 ◦ green 3 ◦ blue 54

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

Shades of Blackberry #4C0336

Tints of Blackberry #4C0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.26%

 BLUE value IS 54 (21.48% from 255) = 40.6%

R = 57.14%
G = 2.26%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#4C0336 (or 0x4C0336) is known color: Blackberry. HEX triplet: 4C, 03 and 36. RGB value is (76,3,54). Sum of RGB (Red+Green+Blue) = 76+3+54=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0336 is #B3FCC9. Grayscale: #1E1E1E. Windows color (decimal): -11795658 or 3539788. OLE color: 3539788.

HSL color Cylindrical-coordinate representation of color #4C0336: hue angle of 318.08º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0336 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 3 54 -
CMYK 0 0.96 0.29 0.70
HSL 318.08º 0.92% 0.15% -
HSV(B) 318.08º 0.96% 0.3% -
XYZ 3.68 1.87 3.66 -
YUV 30.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 76 3 54 0 0.96 0.29 0.70 318.08 0.92 0.15
Hex 4C 3 36 0 60 1D 46 13E 5C F
Octal 114 3 66 0 140 35 106 476 134 17
Binary 1001100 11 110110 0 1100000 11101 1000110 100111110 1011100 1111

Color Harmonies of #4C0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0336

Black with #4C0336

Text Example


Text Example

White with #4C0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,3,54); }

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

background-color css

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

 a { background-color: rgb(76,3,54); }

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

border-color css

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

 span { border-color: rgb(76,3,54); }

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