Html Css Color HEX #30252A Toledo

📋 copy color: '#30252A'

red 48 ◦ green 37 ◦ blue 42

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

Shades of Toledo #30252A

Tints of Toledo #30252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 42 (16.8% from 255) = 33.07%

R = 37.8%
G = 29.13%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#30252A (or 0x30252A) is known color: Toledo. HEX triplet: 30, 25 and 2A. RGB value is (48,37,42). Sum of RGB (Red+Green+Blue) = 48+37+42=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30252A is #CFDAD5. Grayscale: #282828. Windows color (decimal): -13621974 or 2762032. OLE color: 2762032.

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

Color convert

RGB 48 37 42 -
CMYK 0 0.23 0.13 0.81
HSL 332.73º 0.13% 0.17% -
HSV(B) 332.73º 0.23% 0.19% -
XYZ 2.3 2.12 2.48 -
YUV 40.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 48 37 42 0 0.23 0.13 0.81 332.73 0.13 0.17
Hex 30 25 2A 0 17 D 51 14D D 11
Octal 60 45 52 0 27 15 121 515 15 21
Binary 110000 100101 101010 0 10111 1101 1010001 101001101 1101 10001

Color Harmonies of #30252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30252A

Black with #30252A

Text Example


Text Example

White with #30252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30252A; }

 p { color: rgb(48,37,42); }

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

background-color css

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

 a { background-color: rgb(48,37,42); }

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

border-color css

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

 span { border-color: rgb(48,37,42); }

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