Html Css Color HEX #4C0323 Blackberry

📋 copy color: '#4C0323'

red 76 ◦ green 3 ◦ blue 35

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

Shades of Blackberry #4C0323

Tints of Blackberry #4C0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.7%

R = 66.67%
G = 2.63%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#4C0323 (or 0x4C0323) is known color: Blackberry. HEX triplet: 4C, 03 and 23. RGB value is (76,3,35). Sum of RGB (Red+Green+Blue) = 76+3+35=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0323 is #B3FCDC. Grayscale: #1C1C1C. Windows color (decimal): -11795677 or 2294604. OLE color: 2294604.

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

Color convert

RGB 76 3 35 -
CMYK 0 0.96 0.54 0.70
HSL 333.7º 0.92% 0.15% -
HSV(B) 333.7º 0.96% 0.3% -
XYZ 3.32 1.72 1.75 -
YUV 28.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 76 3 35 0 0.96 0.54 0.70 333.7 0.92 0.15
Hex 4C 3 23 0 60 36 46 14E 5C F
Octal 114 3 43 0 140 66 106 516 134 17
Binary 1001100 11 100011 0 1100000 110110 1000110 101001110 1011100 1111

Color Harmonies of #4C0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0323

Black with #4C0323

Text Example


Text Example

White with #4C0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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