Html Css Color HEX #4C1133 Blackberry

📋 copy color: '#4C1133'

red 76 ◦ green 17 ◦ blue 51

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

Shades of Blackberry #4C1133

Tints of Blackberry #4C1133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

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

R = 52.78%
G = 11.81%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C1133 (or 0x4C1133) is known color: Blackberry. HEX triplet: 4C, 11 and 33. RGB value is (76,17,51). Sum of RGB (Red+Green+Blue) = 76+17+51=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1133 is #B3EECC. Grayscale: #262626. Windows color (decimal): -11792077 or 3346764. OLE color: 3346764.

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

Color convert

RGB 76 17 51 -
CMYK 0 0.78 0.33 0.70
HSL 325.42º 0.63% 0.18% -
HSV(B) 325.42º 0.78% 0.3% -
XYZ 3.78 2.18 3.35 -
YUV 38.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 76 17 51 0 0.78 0.33 0.70 325.42 0.63 0.18
Hex 4C 11 33 0 4E 21 46 145 3F 12
Octal 114 21 63 0 116 41 106 505 77 22
Binary 1001100 10001 110011 0 1001110 100001 1000110 101000101 111111 10010

Color Harmonies of #4C1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1133

Black with #4C1133

Text Example


Text Example

White with #4C1133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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