Html Css Color HEX #4C113B Blackberry

📋 copy color: '#4C113B'

red 76 ◦ green 17 ◦ blue 59

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

Shades of Blackberry #4C113B

Tints of Blackberry #4C113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 38.82%

R = 50%
G = 11.18%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C113B (or 0x4C113B) is known color: Blackberry. HEX triplet: 4C, 11 and 3B. RGB value is (76,17,59). Sum of RGB (Red+Green+Blue) = 76+17+59=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C113B is #B3EEC4. Grayscale: #272727. Windows color (decimal): -11792069 or 3871052. OLE color: 3871052.

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

Color convert

RGB 76 17 59 -
CMYK 0 0.78 0.22 0.70
HSL 317.29º 0.63% 0.18% -
HSV(B) 317.29º 0.78% 0.3% -
XYZ 3.97 2.25 4.36 -
YUV 39.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 76 17 59 0 0.78 0.22 0.70 317.29 0.63 0.18
Hex 4C 11 3B 0 4E 16 46 13D 3F 12
Octal 114 21 73 0 116 26 106 475 77 22
Binary 1001100 10001 111011 0 1001110 10110 1000110 100111101 111111 10010

Color Harmonies of #4C113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C113B

Black with #4C113B

Text Example


Text Example

White with #4C113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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