Html Css Color HEX #4C0833 Blackberry

📋 copy color: '#4C0833'

red 76 ◦ green 8 ◦ blue 51

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

Shades of Blackberry #4C0833

Tints of Blackberry #4C0833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

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

R = 56.3%
G = 5.93%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C0833 (or 0x4C0833) is known color: Blackberry. HEX triplet: 4C, 08 and 33. RGB value is (76,8,51). Sum of RGB (Red+Green+Blue) = 76+8+51=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0833 is #B3F7CC. Grayscale: #212121. Windows color (decimal): -11794381 or 3344460. OLE color: 3344460.

HSL color Cylindrical-coordinate representation of color #4C0833: hue angle of 322.06º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0833 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 8 51 -
CMYK 0 0.89 0.33 0.70
HSL 322.06º 0.81% 0.16% -
HSV(B) 322.06º 0.89% 0.3% -
XYZ 3.66 1.95 3.32 -
YUV 33.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 76 8 51 0 0.89 0.33 0.70 322.06 0.81 0.16
Hex 4C 8 33 0 59 21 46 142 51 10
Octal 114 10 63 0 131 41 106 502 121 20
Binary 1001100 1000 110011 0 1011001 100001 1000110 101000010 1010001 10000

Color Harmonies of #4C0833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0833

Black with #4C0833

Text Example


Text Example

White with #4C0833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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