Html Css Color HEX #313633 Holly

📋 copy color: '#313633'

red 49 ◦ green 54 ◦ blue 51

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

Shades of Holly #313633

Tints of Holly #313633

RGB

 RED value IS 49 (19.53% from 255) = 31.82%

 GREEN value IS 54 (21.48% from 255) = 35.06%

 BLUE value IS 51 (20.31% from 255) = 33.12%

R = 31.82%
G = 35.06%
B = 33.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#313633 (or 0x313633) is known color: Holly. HEX triplet: 31, 36 and 33. RGB value is (49,54,51). Sum of RGB (Red+Green+Blue) = 49+54+51=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 54 - color contains mainly: green. Hex color #313633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313633 is #CEC9CC. Grayscale: #343434. Windows color (decimal): -13552077 or 3356209. OLE color: 3356209.

HSL color Cylindrical-coordinate representation of color #313633: hue angle of 144º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #313633 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 54 51 -
CMYK 0.09 0 0.06 0.79
HSL 144º 0.05% 0.2% -
HSV(B) 144º 0.09% 0.21% -
XYZ 3.18 3.53 3.65 -
YUV 52.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 49 54 51 0.09 0 0.06 0.79 144 0.05 0.2
Hex 31 36 33 9 0 6 4F 90 5 14
Octal 61 66 63 11 0 6 117 220 5 24
Binary 110001 110110 110011 1001 0 110 1001111 10010000 101 10100

Color Harmonies of #313633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313633

Black with #313633

Text Example


Text Example

White with #313633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313633; }

 p { color: rgb(49,54,51); }

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

background-color css

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

 a { background-color: rgb(49,54,51); }

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

border-color css

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

 span { border-color: rgb(49,54,51); }

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