Html Css Color HEX #4C143B Blackberry

📋 copy color: '#4C143B'

red 76 ◦ green 20 ◦ blue 59

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

Shades of Blackberry #4C143B

Tints of Blackberry #4C143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 49.03%
G = 12.9%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C143B (or 0x4C143B) is known color: Blackberry. HEX triplet: 4C, 14 and 3B. RGB value is (76,20,59). Sum of RGB (Red+Green+Blue) = 76+20+59=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C143B is #B3EBC4. Grayscale: #292929. Windows color (decimal): -11791301 or 3871820. OLE color: 3871820.

HSL color Cylindrical-coordinate representation of color #4C143B: hue angle of 318.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C143B is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 20 59 -
CMYK 0 0.74 0.22 0.70
HSL 318.21º 0.58% 0.19% -
HSV(B) 318.21º 0.74% 0.3% -
XYZ 4.02 2.35 4.38 -
YUV 41.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 76 20 59 0 0.74 0.22 0.70 318.21 0.58 0.19
Hex 4C 14 3B 0 4A 16 46 13E 3A 13
Octal 114 24 73 0 112 26 106 476 72 23
Binary 1001100 10100 111011 0 1001010 10110 1000110 100111110 111010 10011

Color Harmonies of #4C143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C143B

Black with #4C143B

Text Example


Text Example

White with #4C143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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