Html Css Color HEX #232421 Rangoon Green

📋 copy color: '#232421'

red 35 ◦ green 36 ◦ blue 33

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

Shades of Rangoon Green #232421

Tints of Rangoon Green #232421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.62%

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

R = 33.65%
G = 34.62%
B = 31.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#232421 (or 0x232421) is known color: Rangoon Green. HEX triplet: 23, 24 and 21. RGB value is (35,36,33). Sum of RGB (Red+Green+Blue) = 35+36+33=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 36 - color contains mainly: green. Hex color #232421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232421 is #DCDBDE. Grayscale: #232323. Windows color (decimal): -14474207 or 2171939. OLE color: 2171939.

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

Color convert

RGB 35 36 33 -
CMYK 0.03 0 0.08 0.86
HSL 80º 0.04% 0.14% -
HSV(B) 80º 0.08% 0.14% -
XYZ 1.6 1.73 1.69 -
YUV 35.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 35 36 33 0.03 0 0.08 0.86 80 0.04 0.14
Hex 23 24 21 3 0 8 56 50 4 E
Octal 43 44 41 3 0 10 126 120 4 16
Binary 100011 100100 100001 11 0 1000 1010110 1010000 100 1110

Color Harmonies of #232421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232421

Black with #232421

Text Example


Text Example

White with #232421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232421; }

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

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

background-color css

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

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

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

border-color css

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

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

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