Html Css Color HEX #4C113D Blackberry

📋 copy color: '#4C113D'

red 76 ◦ green 17 ◦ blue 61

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

Shades of Blackberry #4C113D

Tints of Blackberry #4C113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.61%

R = 49.35%
G = 11.04%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C113D (or 0x4C113D) is known color: Blackberry. HEX triplet: 4C, 11 and 3D. RGB value is (76,17,61). Sum of RGB (Red+Green+Blue) = 76+17+61=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C113D is #B3EEC2. Grayscale: #272727. Windows color (decimal): -11792067 or 4002124. OLE color: 4002124.

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

Color convert

RGB 76 17 61 -
CMYK 0 0.78 0.20 0.70
HSL 315.25º 0.63% 0.18% -
HSV(B) 315.25º 0.78% 0.3% -
XYZ 4.02 2.27 4.64 -
YUV 39.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 76 17 61 0 0.78 0.20 0.70 315.25 0.63 0.18
Hex 4C 11 3D 0 4E 14 46 13B 3F 12
Octal 114 21 75 0 116 24 106 473 77 22
Binary 1001100 10001 111101 0 1001110 10100 1000110 100111011 111111 10010

Color Harmonies of #4C113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C113D

Black with #4C113D

Text Example


Text Example

White with #4C113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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