Html Css Color HEX #232531 Black Russian

📋 copy color: '#232531'

red 35 ◦ green 37 ◦ blue 49

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

Shades of Black Russian #232531

Tints of Black Russian #232531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 40.5%

R = 28.93%
G = 30.58%
B = 40.5%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#232531 (or 0x232531) is known color: Black Russian. HEX triplet: 23, 25 and 31. RGB value is (35,37,49). Sum of RGB (Red+Green+Blue) = 35+37+49=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #232531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232531 is #DCDACE. Grayscale: #252525. Windows color (decimal): -14473935 or 3220771. OLE color: 3220771.

HSL color Cylindrical-coordinate representation of color #232531: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232531 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 37 49 -
CMYK 0.29 0.24 0 0.81
HSL 231.43º 0.17% 0.16% -
HSV(B) 231.43º 0.29% 0.19% -
XYZ 1.91 1.9 3.17 -
YUV 37.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 35 37 49 0.29 0.24 0 0.81 231.43 0.17 0.16
Hex 23 25 31 1D 18 0 51 E7 11 10
Octal 43 45 61 35 30 0 121 347 21 20
Binary 100011 100101 110001 11101 11000 0 1010001 11100111 10001 10000

Color Harmonies of #232531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232531

Black with #232531

Text Example


Text Example

White with #232531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232531; }

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

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

background-color css

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

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

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

border-color css

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

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

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