Html Css Color HEX #4C112A Blackberry

📋 copy color: '#4C112A'

red 76 ◦ green 17 ◦ blue 42

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

Shades of Blackberry #4C112A

Tints of Blackberry #4C112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 56.3%
G = 12.59%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4C112A (or 0x4C112A) is known color: Blackberry. HEX triplet: 4C, 11 and 2A. RGB value is (76,17,42). Sum of RGB (Red+Green+Blue) = 76+17+42=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C112A is #B3EED5. Grayscale: #252525. Windows color (decimal): -11792086 or 2756940. OLE color: 2756940.

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

Color convert

RGB 76 17 42 -
CMYK 0 0.78 0.45 0.70
HSL 334.58º 0.63% 0.18% -
HSV(B) 334.58º 0.78% 0.3% -
XYZ 3.6 2.1 2.41 -
YUV 37.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 76 17 42 0 0.78 0.45 0.70 334.58 0.63 0.18
Hex 4C 11 2A 0 4E 2D 46 14F 3F 12
Octal 114 21 52 0 116 55 106 517 77 22
Binary 1001100 10001 101010 0 1001110 101101 1000110 101001111 111111 10010

Color Harmonies of #4C112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C112A

Black with #4C112A

Text Example


Text Example

White with #4C112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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