Html Css Color HEX #4C0733 Blackberry

📋 copy color: '#4C0733'

red 76 ◦ green 7 ◦ blue 51

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

Shades of Blackberry #4C0733

Tints of Blackberry #4C0733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.22%

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

R = 56.72%
G = 5.22%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C0733 (or 0x4C0733) is known color: Blackberry. HEX triplet: 4C, 07 and 33. RGB value is (76,7,51). Sum of RGB (Red+Green+Blue) = 76+7+51=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0733 is #B3F8CC. Grayscale: #202020. Windows color (decimal): -11794637 or 3344204. OLE color: 3344204.

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

Color convert

RGB 76 7 51 -
CMYK 0 0.91 0.33 0.70
HSL 321.74º 0.83% 0.16% -
HSV(B) 321.74º 0.91% 0.3% -
XYZ 3.65 1.93 3.31 -
YUV 32.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 76 7 51 0 0.91 0.33 0.70 321.74 0.83 0.16
Hex 4C 7 33 0 5B 21 46 142 53 10
Octal 114 7 63 0 133 41 106 502 123 20
Binary 1001100 111 110011 0 1011011 100001 1000110 101000010 1010011 10000

Color Harmonies of #4C0733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0733

Black with #4C0733

Text Example


Text Example

White with #4C0733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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