Html Css Color HEX #30282B Toledo

📋 copy color: '#30282B'

red 48 ◦ green 40 ◦ blue 43

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

Shades of Toledo #30282B

Tints of Toledo #30282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

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

R = 36.64%
G = 30.53%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30282B (or 0x30282B) is known color: Toledo. HEX triplet: 30, 28 and 2B. RGB value is (48,40,43). Sum of RGB (Red+Green+Blue) = 48+40+43=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30282B is #CFD7D4. Grayscale: #2A2A2A. Windows color (decimal): -13621205 or 2828336. OLE color: 2828336.

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

Color convert

RGB 48 40 43 -
CMYK 0 0.17 0.10 0.81
HSL 337.5º 0.09% 0.17% -
HSV(B) 337.5º 0.17% 0.19% -
XYZ 2.41 2.32 2.61 -
YUV 42.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 48 40 43 0 0.17 0.10 0.81 337.5 0.09 0.17
Hex 30 28 2B 0 11 A 51 152 9 11
Octal 60 50 53 0 21 12 121 522 11 21
Binary 110000 101000 101011 0 10001 1010 1010001 101010010 1001 10001

Color Harmonies of #30282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30282B

Black with #30282B

Text Example


Text Example

White with #30282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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