Html Css Color HEX #303335 Cod Grey

📋 copy color: '#303335'

red 48 ◦ green 51 ◦ blue 53

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

Shades of Cod Grey #303335

Tints of Cod Grey #303335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.87%

R = 31.58%
G = 33.55%
B = 34.87%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#303335 (or 0x303335) is known color: Cod Grey. HEX triplet: 30, 33 and 35. RGB value is (48,51,53). Sum of RGB (Red+Green+Blue) = 48+51+53=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 53 - color contains mainly: blue. Hex color #303335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303335 is #CFCCCA. Grayscale: #323232. Windows color (decimal): -13618379 or 3486512. OLE color: 3486512.

HSL color Cylindrical-coordinate representation of color #303335: hue angle of 204º 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 #303335 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 51 53 -
CMYK 0.09 0.04 0 0.79
HSL 204º 0.05% 0.2% -
HSV(B) 204º 0.09% 0.21% -
XYZ 3.05 3.25 3.84 -
YUV 50.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 48 51 53 0.09 0.04 0 0.79 204 0.05 0.2
Hex 30 33 35 9 4 0 4F CC 5 14
Octal 60 63 65 11 4 0 117 314 5 24
Binary 110000 110011 110101 1001 100 0 1001111 11001100 101 10100

Color Harmonies of #303335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303335

Black with #303335

Text Example


Text Example

White with #303335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303335; }

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

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

background-color css

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

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

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

border-color css

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

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

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