Html Css Color HEX #232530 Black Russian

📋 copy color: '#232530'

red 35 ◦ green 37 ◦ blue 48

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

Shades of Black Russian #232530

Tints of Black Russian #232530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40%

R = 29.17%
G = 30.83%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#232530 (or 0x232530) is known color: Black Russian. HEX triplet: 23, 25 and 30. RGB value is (35,37,48). Sum of RGB (Red+Green+Blue) = 35+37+48=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 48 - color contains mainly: blue. Hex color #232530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232530 is #DCDACF. Grayscale: #252525. Windows color (decimal): -14473936 or 3155235. OLE color: 3155235.

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

Color convert

RGB 35 37 48 -
CMYK 0.27 0.23 0 0.81
HSL 230.77º 0.16% 0.16% -
HSV(B) 230.77º 0.27% 0.19% -
XYZ 1.89 1.89 3.06 -
YUV 37.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 35 37 48 0.27 0.23 0 0.81 230.77 0.16 0.16
Hex 23 25 30 1B 17 0 51 E7 10 10
Octal 43 45 60 33 27 0 121 347 20 20
Binary 100011 100101 110000 11011 10111 0 1010001 11100111 10000 10000

Color Harmonies of #232530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232530

Black with #232530

Text Example


Text Example

White with #232530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232530; }

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

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

background-color css

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

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

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

border-color css

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

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

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