Html Css Color HEX #23252E Black Russian

📋 copy color: '#23252E'

red 35 ◦ green 37 ◦ blue 46

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

Shades of Black Russian #23252E

Tints of Black Russian #23252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.36%

 BLUE value IS 46 (18.36% from 255) = 38.98%

R = 29.66%
G = 31.36%
B = 38.98%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23252E (or 0x23252E) is known color: Black Russian. HEX triplet: 23, 25 and 2E. RGB value is (35,37,46). Sum of RGB (Red+Green+Blue) = 35+37+46=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 46 - color contains mainly: blue. Hex color #23252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23252E is #DCDAD1. Grayscale: #252525. Windows color (decimal): -14473938 or 3024163. OLE color: 3024163.

HSL color Cylindrical-coordinate representation of color #23252E: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #23252E is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 37 46 -
CMYK 0.24 0.20 0 0.82
HSL 229.09º 0.14% 0.16% -
HSV(B) 229.09º 0.24% 0.18% -
XYZ 1.85 1.88 2.85 -
YUV 37.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 35 37 46 0.24 0.20 0 0.82 229.09 0.14 0.16
Hex 23 25 2E 18 14 0 52 E5 E 10
Octal 43 45 56 30 24 0 122 345 16 20
Binary 100011 100101 101110 11000 10100 0 1010010 11100101 1110 10000

Color Harmonies of #23252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23252E

Black with #23252E

Text Example


Text Example

White with #23252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23252E; }

 p { color: rgb(35,37,46); }

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

background-color css

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

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

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

border-color css

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

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

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