Html Css Color HEX #4C182E Blackberry

📋 copy color: '#4C182E'

red 76 ◦ green 24 ◦ blue 46

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

Shades of Blackberry #4C182E

Tints of Blackberry #4C182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 52.05%
G = 16.44%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C182E (or 0x4C182E) is known color: Blackberry. HEX triplet: 4C, 18 and 2E. RGB value is (76,24,46). Sum of RGB (Red+Green+Blue) = 76+24+46=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C182E is #B3E7D1. Grayscale: #2A2A2A. Windows color (decimal): -11790290 or 3020876. OLE color: 3020876.

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

Color convert

RGB 76 24 46 -
CMYK 0 0.68 0.39 0.70
HSL 334.62º 0.52% 0.2% -
HSV(B) 334.62º 0.68% 0.3% -
XYZ 3.8 2.39 2.85 -
YUV 42.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 76 24 46 0 0.68 0.39 0.70 334.62 0.52 0.2
Hex 4C 18 2E 0 44 27 46 14F 34 14
Octal 114 30 56 0 104 47 106 517 64 24
Binary 1001100 11000 101110 0 1000100 100111 1000110 101001111 110100 10100

Color Harmonies of #4C182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C182E

Black with #4C182E

Text Example


Text Example

White with #4C182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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