Html Css Color HEX #232B21 Oil

📋 copy color: '#232B21'

red 35 ◦ green 43 ◦ blue 33

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

Shades of Oil #232B21

Tints of Oil #232B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.74%

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

R = 31.53%
G = 38.74%
B = 29.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.83

RGB Variations

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

Color information

#232B21 (or 0x232B21) is known color: Oil. HEX triplet: 23, 2B and 21. RGB value is (35,43,33). Sum of RGB (Red+Green+Blue) = 35+43+33=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 43 - color contains mainly: green. Hex color #232B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B21 is #DCD4DE. Grayscale: #272727. Windows color (decimal): -14472415 or 2173731. OLE color: 2173731.

HSL color Cylindrical-coordinate representation of color #232B21: hue angle of 108º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #232B21 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 43 33 -
CMYK 0.19 0 0.23 0.83
HSL 108º 0.13% 0.15% -
HSV(B) 108º 0.23% 0.17% -
XYZ 1.83 2.19 1.77 -
YUV 39.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 35 43 33 0.19 0 0.23 0.83 108 0.13 0.15
Hex 23 2B 21 13 0 17 53 6C D F
Octal 43 53 41 23 0 27 123 154 15 17
Binary 100011 101011 100001 10011 0 10111 1010011 1101100 1101 1111

Color Harmonies of #232B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B21

Black with #232B21

Text Example


Text Example

White with #232B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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