Html Css Color HEX #23262E Black Russian

📋 copy color: '#23262E'

red 35 ◦ green 38 ◦ blue 46

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

Shades of Black Russian #23262E

Tints of Black Russian #23262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.93%

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

R = 29.41%
G = 31.93%
B = 38.66%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23262E (or 0x23262E) is known color: Black Russian. HEX triplet: 23, 26 and 2E. RGB value is (35,38,46). Sum of RGB (Red+Green+Blue) = 35+38+46=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #23262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23262E is #DCD9D1. Grayscale: #252525. Windows color (decimal): -14473682 or 3024419. OLE color: 3024419.

HSL color Cylindrical-coordinate representation of color #23262E: hue angle of 223.64º 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 #23262E is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 38 46 -
CMYK 0.24 0.17 0 0.82
HSL 223.64º 0.14% 0.16% -
HSV(B) 223.64º 0.24% 0.18% -
XYZ 1.88 1.94 2.86 -
YUV 38.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 35 38 46 0.24 0.17 0 0.82 223.64 0.14 0.16
Hex 23 26 2E 18 11 0 52 E0 E 10
Octal 43 46 56 30 21 0 122 340 16 20
Binary 100011 100110 101110 11000 10001 0 1010010 11100000 1110 10000

Color Harmonies of #23262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23262E

Black with #23262E

Text Example


Text Example

White with #23262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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