Html Css Color HEX #303336 Cod Grey

📋 copy color: '#303336'

red 48 ◦ green 51 ◦ blue 54

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

Shades of Cod Grey #303336

Tints of Cod Grey #303336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

 BLUE value IS 54 (21.48% from 255) = 35.29%

R = 31.37%
G = 33.33%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#303336 (or 0x303336) is known color: Cod Grey. HEX triplet: 30, 33 and 36. RGB value is (48,51,54). Sum of RGB (Red+Green+Blue) = 48+51+54=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 54 - color contains mainly: blue. Hex color #303336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303336 is #CFCCC9. Grayscale: #323232. Windows color (decimal): -13618378 or 3552048. OLE color: 3552048.

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

Color convert

RGB 48 51 54 -
CMYK 0.11 0.06 0 0.79
HSL 210º 0.06% 0.2% -
HSV(B) 210º 0.11% 0.21% -
XYZ 3.07 3.26 3.96 -
YUV 50.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 48 51 54 0.11 0.06 0 0.79 210 0.06 0.2
Hex 30 33 36 B 6 0 4F D2 6 14
Octal 60 63 66 13 6 0 117 322 6 24
Binary 110000 110011 110110 1011 110 0 1001111 11010010 110 10100

Color Harmonies of #303336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303336

Black with #303336

Text Example


Text Example

White with #303336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303336; }

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

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

background-color css

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

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

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

border-color css

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

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

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