Html Css Color HEX #4C193A Blackberry

📋 copy color: '#4C193A'

red 76 ◦ green 25 ◦ blue 58

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

Shades of Blackberry #4C193A

Tints of Blackberry #4C193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 47.8%
G = 15.72%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C193A (or 0x4C193A) is known color: Blackberry. HEX triplet: 4C, 19 and 3A. RGB value is (76,25,58). Sum of RGB (Red+Green+Blue) = 76+25+58=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C193A is #B3E6C5. Grayscale: #2B2B2B. Windows color (decimal): -11790022 or 3807564. OLE color: 3807564.

HSL color Cylindrical-coordinate representation of color #4C193A: hue angle of 321.18º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C193A is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 25 58 -
CMYK 0 0.67 0.24 0.70
HSL 321.18º 0.5% 0.2% -
HSV(B) 321.18º 0.67% 0.3% -
XYZ 4.09 2.54 4.28 -
YUV 44.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 76 25 58 0 0.67 0.24 0.70 321.18 0.5 0.2
Hex 4C 19 3A 0 43 18 46 141 32 14
Octal 114 31 72 0 103 30 106 501 62 24
Binary 1001100 11001 111010 0 1000011 11000 1000110 101000001 110010 10100

Color Harmonies of #4C193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C193A

Black with #4C193A

Text Example


Text Example

White with #4C193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,25,58); }

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

background-color css

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

 a { background-color: rgb(76,25,58); }

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

border-color css

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

 span { border-color: rgb(76,25,58); }

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