Html Css Color HEX #4C183E Blackberry

📋 copy color: '#4C183E'

red 76 ◦ green 24 ◦ blue 62

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

Shades of Blackberry #4C183E

Tints of Blackberry #4C183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

 BLUE value IS 62 (24.61% from 255) = 38.27%

R = 46.91%
G = 14.81%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4C183E (or 0x4C183E) is known color: Blackberry. HEX triplet: 4C, 18 and 3E. RGB value is (76,24,62). Sum of RGB (Red+Green+Blue) = 76+24+62=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C183E is #B3E7C1. Grayscale: #2B2B2B. Windows color (decimal): -11790274 or 4069452. OLE color: 4069452.

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

Color convert

RGB 76 24 62 -
CMYK 0 0.68 0.18 0.70
HSL 316.15º 0.52% 0.2% -
HSV(B) 316.15º 0.68% 0.3% -
XYZ 4.18 2.54 4.83 -
YUV 43.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 76 24 62 0 0.68 0.18 0.70 316.15 0.52 0.2
Hex 4C 18 3E 0 44 12 46 13C 34 14
Octal 114 30 76 0 104 22 106 474 64 24
Binary 1001100 11000 111110 0 1000100 10010 1000110 100111100 110100 10100

Color Harmonies of #4C183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C183E

Black with #4C183E

Text Example


Text Example

White with #4C183E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,24,62); }

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

background-color css

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

 a { background-color: rgb(76,24,62); }

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

border-color css

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

 span { border-color: rgb(76,24,62); }

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