Html Css Color HEX #303835 Celtic

📋 copy color: '#303835'

red 48 ◦ green 56 ◦ blue 53

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

Shades of Celtic #303835

Tints of Celtic #303835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

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

R = 30.57%
G = 35.67%
B = 33.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#303835 (or 0x303835) is known color: Celtic. HEX triplet: 30, 38 and 35. RGB value is (48,56,53). Sum of RGB (Red+Green+Blue) = 48+56+53=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 56 - color contains mainly: green. Hex color #303835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303835 is #CFC7CA. Grayscale: #353535. Windows color (decimal): -13617099 or 3487792. OLE color: 3487792.

HSL color Cylindrical-coordinate representation of color #303835: hue angle of 157.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #303835 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 56 53 -
CMYK 0.14 0 0.05 0.78
HSL 157.5º 0.08% 0.2% -
HSV(B) 157.5º 0.14% 0.22% -
XYZ 3.28 3.71 3.91 -
YUV 53.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 48 56 53 0.14 0 0.05 0.78 157.5 0.08 0.2
Hex 30 38 35 E 0 5 4E 9E 8 14
Octal 60 70 65 16 0 5 116 236 10 24
Binary 110000 111000 110101 1110 0 101 1001110 10011110 1000 10100

Color Harmonies of #303835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303835

Black with #303835

Text Example


Text Example

White with #303835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303835; }

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

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

background-color css

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

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

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

border-color css

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

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

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