Html Css Color HEX #303433 Woodsmoke

📋 copy color: '#303433'

red 48 ◦ green 52 ◦ blue 51

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

Shades of Woodsmoke #303433

Tints of Woodsmoke #303433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 31.79%
G = 34.44%
B = 33.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#303433 (or 0x303433) is known color: Woodsmoke. HEX triplet: 30, 34 and 33. RGB value is (48,52,51). Sum of RGB (Red+Green+Blue) = 48+52+51=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 52 - color contains mainly: green. Hex color #303433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303433 is #CFCBCC. Grayscale: #323232. Windows color (decimal): -13618125 or 3355696. OLE color: 3355696.

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

Color convert

RGB 48 52 51 -
CMYK 0.08 0 0.02 0.80
HSL 165º 0.04% 0.2% -
HSV(B) 165º 0.08% 0.2% -
XYZ 3.04 3.32 3.61 -
YUV 50.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 48 52 51 0.08 0 0.02 0.80 165 0.04 0.2
Hex 30 34 33 8 0 2 50 A5 4 14
Octal 60 64 63 10 0 2 120 245 4 24
Binary 110000 110100 110011 1000 0 10 1010000 10100101 100 10100

Color Harmonies of #303433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303433

Black with #303433

Text Example


Text Example

White with #303433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303433; }

 p { color: rgb(48,52,51); }

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

background-color css

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

 a { background-color: rgb(48,52,51); }

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

border-color css

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

 span { border-color: rgb(48,52,51); }

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