Html Css Color HEX #303231 Holly

📋 copy color: '#303231'

red 48 ◦ green 50 ◦ blue 49

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

Shades of Holly #303231

Tints of Holly #303231

RGB

 RED value IS 48 (19.14% from 255) = 32.65%

 GREEN value IS 50 (19.92% from 255) = 34.01%

 BLUE value IS 49 (19.53% from 255) = 33.33%

R = 32.65%
G = 34.01%
B = 33.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#303231 (or 0x303231) is known color: Holly. HEX triplet: 30, 32 and 31. RGB value is (48,50,49). Sum of RGB (Red+Green+Blue) = 48+50+49=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 50 - color contains mainly: green. Hex color #303231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303231 is #CFCDCE. Grayscale: #313131. Windows color (decimal): -13618639 or 3224112. OLE color: 3224112.

HSL color Cylindrical-coordinate representation of color #303231: hue angle of 150º degrees, saturation: 0.02, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #303231 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 50 49 -
CMYK 0.04 0 0.02 0.80
HSL 150º 0.02% 0.19% -
HSV(B) 150º 0.04% 0.2% -
XYZ 2.91 3.13 3.36 -
YUV 49.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 48 50 49 0.04 0 0.02 0.80 150 0.02 0.19
Hex 30 32 31 4 0 2 50 96 2 13
Octal 60 62 61 4 0 2 120 226 2 23
Binary 110000 110010 110001 100 0 10 1010000 10010110 10 10011

Color Harmonies of #303231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303231

Black with #303231

Text Example


Text Example

White with #303231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303231; }

 p { color: rgb(48,50,49); }

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

background-color css

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

 a { background-color: rgb(48,50,49); }

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

border-color css

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

 span { border-color: rgb(48,50,49); }

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