Html Css Color HEX #30352B Black Forest

📋 copy color: '#30352B'

red 48 ◦ green 53 ◦ blue 43

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

Shades of Black Forest #30352B

Tints of Black Forest #30352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 33.33%
G = 36.81%
B = 29.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#30352B (or 0x30352B) is known color: Black Forest. HEX triplet: 30, 35 and 2B. RGB value is (48,53,43). Sum of RGB (Red+Green+Blue) = 48+53+43=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #30352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30352B is #CFCAD4. Grayscale: #323232. Windows color (decimal): -13617877 or 2831664. OLE color: 2831664.

HSL color Cylindrical-coordinate representation of color #30352B: hue angle of 90º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30352B is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 43 -
CMYK 0.09 0 0.19 0.79
HSL 90º 0.1% 0.19% -
HSV(B) 90º 0.19% 0.21% -
XYZ 2.93 3.35 2.78 -
YUV 50.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 48 53 43 0.09 0 0.19 0.79 90 0.1 0.19
Hex 30 35 2B 9 0 13 4F 5A A 13
Octal 60 65 53 11 0 23 117 132 12 23
Binary 110000 110101 101011 1001 0 10011 1001111 1011010 1010 10011

Color Harmonies of #30352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30352B

Black with #30352B

Text Example


Text Example

White with #30352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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