Html Css Color HEX #4C173D Blackberry

📋 copy color: '#4C173D'

red 76 ◦ green 23 ◦ blue 61

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

Shades of Blackberry #4C173D

Tints of Blackberry #4C173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 47.5%
G = 14.38%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C173D (or 0x4C173D) is known color: Blackberry. HEX triplet: 4C, 17 and 3D. RGB value is (76,23,61). Sum of RGB (Red+Green+Blue) = 76+23+61=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C173D is #B3E8C2. Grayscale: #2B2B2B. Windows color (decimal): -11790531 or 4003660. OLE color: 4003660.

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

Color convert

RGB 76 23 61 -
CMYK 0 0.70 0.20 0.70
HSL 316.98º 0.54% 0.19% -
HSV(B) 316.98º 0.7% 0.3% -
XYZ 4.13 2.49 4.68 -
YUV 43.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 76 23 61 0 0.70 0.20 0.70 316.98 0.54 0.19
Hex 4C 17 3D 0 46 14 46 13D 36 13
Octal 114 27 75 0 106 24 106 475 66 23
Binary 1001100 10111 111101 0 1000110 10100 1000110 100111101 110110 10011

Color Harmonies of #4C173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C173D

Black with #4C173D

Text Example


Text Example

White with #4C173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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