Html Css Color HEX #302626 Nero

📋 copy color: '#302626'

red 48 ◦ green 38 ◦ blue 38

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

Shades of Nero #302626

Tints of Nero #302626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

 BLUE value IS 38 (15.23% from 255) = 30.65%

R = 38.71%
G = 30.65%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#302626 (or 0x302626) is known color: Nero. HEX triplet: 30, 26 and 26. RGB value is (48,38,38). Sum of RGB (Red+Green+Blue) = 48+38+38=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302626 is #CFD9D9. Grayscale: #282828. Windows color (decimal): -13621722 or 2500144. OLE color: 2500144.

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

Color convert

RGB 48 38 38 -
CMYK 0 0.21 0.21 0.81
HSL 0.12% 0.17% -
HSV(B) 0.21% 0.19% -
XYZ 2.26 2.15 2.13 -
YUV 40.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 48 38 38 0 0.21 0.21 0.81 0 0.12 0.17
Hex 30 26 26 0 15 15 51 0 C 11
Octal 60 46 46 0 25 25 121 0 14 21
Binary 110000 100110 100110 0 10101 10101 1010001 0 1100 10001

Color Harmonies of #302626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302626

Black with #302626

Text Example


Text Example

White with #302626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302626; }

 p { color: rgb(48,38,38); }

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

background-color css

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

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

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

border-color css

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

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

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