Html Css Color HEX #232121 Nero

📋 copy color: '#232121'

red 35 ◦ green 33 ◦ blue 33

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

Shades of Nero #232121

Tints of Nero #232121

RGB

 RED value IS 35 (14.06% from 255) = 34.65%

 GREEN value IS 33 (13.28% from 255) = 32.67%

 BLUE value IS 33 (13.28% from 255) = 32.67%

R = 34.65%
G = 32.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#232121 (or 0x232121) is known color: Nero. HEX triplet: 23, 21 and 21. RGB value is (35,33,33). Sum of RGB (Red+Green+Blue) = 35+33+33=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 35 - color contains mainly: red. Hex color #232121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232121 is #DCDEDE. Grayscale: #212121. Windows color (decimal): -14474975 or 2171171. OLE color: 2171171.

HSL color Cylindrical-coordinate representation of color #232121: hue angle of 0º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #232121 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 33 33 -
CMYK 0 0.06 0.06 0.86
HSL 0.03% 0.13% -
HSV(B) 0.06% 0.14% -
XYZ 1.51 1.55 1.66 -
YUV 33.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 35 33 33 0 0.06 0.06 0.86 0 0.03 0.13
Hex 23 21 21 0 6 6 56 0 3 D
Octal 43 41 41 0 6 6 126 0 3 15
Binary 100011 100001 100001 0 110 110 1010110 0 11 1101

Color Harmonies of #232121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232121

Black with #232121

Text Example


Text Example

White with #232121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232121; }

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

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

background-color css

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

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

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

border-color css

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

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

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