Html Css Color HEX #302323 Nero

📋 copy color: '#302323'

red 48 ◦ green 35 ◦ blue 35

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

Shades of Nero #302323

Tints of Nero #302323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.66%

 BLUE value IS 35 (14.06% from 255) = 29.66%

R = 40.68%
G = 29.66%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#302323 (or 0x302323) is known color: Nero. HEX triplet: 30, 23 and 23. RGB value is (48,35,35). Sum of RGB (Red+Green+Blue) = 48+35+35=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #302323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302323 is #CFDCDC. Grayscale: #262626. Windows color (decimal): -13622493 or 2302768. OLE color: 2302768.

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

Color convert

RGB 48 35 35 -
CMYK 0 0.27 0.27 0.81
HSL 0.16% 0.16% -
HSV(B) 0.27% 0.19% -
XYZ 2.12 1.95 1.85 -
YUV 38.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 48 35 35 0 0.27 0.27 0.81 0 0.16 0.16
Hex 30 23 23 0 1B 1B 51 0 10 10
Octal 60 43 43 0 33 33 121 0 20 20
Binary 110000 100011 100011 0 11011 11011 1010001 0 10000 10000

Color Harmonies of #302323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302323

Black with #302323

Text Example


Text Example

White with #302323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302323; }

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

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

background-color css

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

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

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

border-color css

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

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

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