Html Css Color HEX #23252A Black Russian

📋 copy color: '#23252A'

red 35 ◦ green 37 ◦ blue 42

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

Shades of Black Russian #23252A

Tints of Black Russian #23252A

RGB

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

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

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

R = 30.7%
G = 32.46%
B = 36.84%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#23252A (or 0x23252A) is known color: Black Russian. HEX triplet: 23, 25 and 2A. RGB value is (35,37,42). Sum of RGB (Red+Green+Blue) = 35+37+42=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 42 - color contains mainly: blue. Hex color #23252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23252A is #DCDAD5. Grayscale: #242424. Windows color (decimal): -14473942 or 2762019. OLE color: 2762019.

HSL color Cylindrical-coordinate representation of color #23252A: hue angle of 222.86º 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 #23252A is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 37 42 -
CMYK 0.17 0.12 0 0.84
HSL 222.86º 0.09% 0.15% -
HSV(B) 222.86º 0.17% 0.16% -
XYZ 1.77 1.85 2.45 -
YUV 36.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 35 37 42 0.17 0.12 0 0.84 222.86 0.09 0.15
Hex 23 25 2A 11 C 0 54 DF 9 F
Octal 43 45 52 21 14 0 124 337 11 17
Binary 100011 100101 101010 10001 1100 0 1010100 11011111 1001 1111

Color Harmonies of #23252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23252A

Black with #23252A

Text Example


Text Example

White with #23252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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