Html Css Color HEX #4C0333 Blackberry

📋 copy color: '#4C0333'

red 76 ◦ green 3 ◦ blue 51

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

Shades of Blackberry #4C0333

Tints of Blackberry #4C0333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 39.23%

R = 58.46%
G = 2.31%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C0333 (or 0x4C0333) is known color: Blackberry. HEX triplet: 4C, 03 and 33. RGB value is (76,3,51). Sum of RGB (Red+Green+Blue) = 76+3+51=130 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.46% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0333 is #B3FCCC. Grayscale: #1E1E1E. Windows color (decimal): -11795661 or 3343180. OLE color: 3343180.

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

Color convert

RGB 76 3 51 -
CMYK 0 0.96 0.33 0.70
HSL 320.55º 0.92% 0.15% -
HSV(B) 320.55º 0.96% 0.3% -
XYZ 3.61 1.84 3.3 -
YUV 30.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 76 3 51 0 0.96 0.33 0.70 320.55 0.92 0.15
Hex 4C 3 33 0 60 21 46 141 5C F
Octal 114 3 63 0 140 41 106 501 134 17
Binary 1001100 11 110011 0 1100000 100001 1000110 101000001 1011100 1111

Color Harmonies of #4C0333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0333

Black with #4C0333

Text Example


Text Example

White with #4C0333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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