Html Css Color HEX #30293F Tolopea

📋 copy color: '#30293F'

red 48 ◦ green 41 ◦ blue 63

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

Shades of Tolopea #30293F

Tints of Tolopea #30293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.97%

 BLUE value IS 63 (25% from 255) = 41.45%

R = 31.58%
G = 26.97%
B = 41.45%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#30293F (or 0x30293F) is known color: Tolopea. HEX triplet: 30, 29 and 3F. RGB value is (48,41,63). Sum of RGB (Red+Green+Blue) = 48+41+63=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #30293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30293F is #CFD6C0. Grayscale: #2D2D2D. Windows color (decimal): -13620929 or 4139312. OLE color: 4139312.

HSL color Cylindrical-coordinate representation of color #30293F: hue angle of 259.09º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30293F is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 41 63 -
CMYK 0.24 0.35 0 0.75
HSL 259.09º 0.21% 0.2% -
HSV(B) 259.09º 0.35% 0.25% -
XYZ 2.91 2.57 5.05 -
YUV 45.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 48 41 63 0.24 0.35 0 0.75 259.09 0.21 0.2
Hex 30 29 3F 18 23 0 4B 103 15 14
Octal 60 51 77 30 43 0 113 403 25 24
Binary 110000 101001 111111 11000 100011 0 1001011 100000011 10101 10100

Color Harmonies of #30293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30293F

Black with #30293F

Text Example


Text Example

White with #30293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30293F; }

 p { color: rgb(48,41,63); }

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

background-color css

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

 a { background-color: rgb(48,41,63); }

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

border-color css

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

 span { border-color: rgb(48,41,63); }

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