Html Css Color HEX #23242A Black Russian

📋 copy color: '#23242A'

red 35 ◦ green 36 ◦ blue 42

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

Shades of Black Russian #23242A

Tints of Black Russian #23242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 37.17%

R = 30.97%
G = 31.86%
B = 37.17%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#23242A (or 0x23242A) is known color: Black Russian. HEX triplet: 23, 24 and 2A. RGB value is (35,36,42). Sum of RGB (Red+Green+Blue) = 35+36+42=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 42 - color contains mainly: blue. Hex color #23242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23242A is #DCDBD5. Grayscale: #242424. Windows color (decimal): -14474198 or 2761763. OLE color: 2761763.

HSL color Cylindrical-coordinate representation of color #23242A: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #23242A is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 36 42 -
CMYK 0.17 0.14 0 0.84
HSL 231.43º 0.09% 0.15% -
HSV(B) 231.43º 0.17% 0.16% -
XYZ 1.74 1.79 2.44 -
YUV 36.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 35 36 42 0.17 0.14 0 0.84 231.43 0.09 0.15
Hex 23 24 2A 11 E 0 54 E7 9 F
Octal 43 44 52 21 16 0 124 347 11 17
Binary 100011 100100 101010 10001 1110 0 1010100 11100111 1001 1111

Color Harmonies of #23242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23242A

Black with #23242A

Text Example


Text Example

White with #23242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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