Html Css Color HEX #4C143F Blackberry

📋 copy color: '#4C143F'

red 76 ◦ green 20 ◦ blue 63

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

Shades of Blackberry #4C143F

Tints of Blackberry #4C143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.62%

R = 47.8%
G = 12.58%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4C143F (or 0x4C143F) is known color: Blackberry. HEX triplet: 4C, 14 and 3F. RGB value is (76,20,63). Sum of RGB (Red+Green+Blue) = 76+20+63=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C143F is #B3EBC0. Grayscale: #292929. Windows color (decimal): -11791297 or 4133964. OLE color: 4133964.

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

Color convert

RGB 76 20 63 -
CMYK 0 0.74 0.17 0.70
HSL 313.93º 0.58% 0.19% -
HSV(B) 313.93º 0.74% 0.3% -
XYZ 4.13 2.4 4.95 -
YUV 41.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 76 20 63 0 0.74 0.17 0.70 313.93 0.58 0.19
Hex 4C 14 3F 0 4A 11 46 13A 3A 13
Octal 114 24 77 0 112 21 106 472 72 23
Binary 1001100 10100 111111 0 1001010 10001 1000110 100111010 111010 10011

Color Harmonies of #4C143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C143F

Black with #4C143F

Text Example


Text Example

White with #4C143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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