Html Css Color HEX #232430 Black Russian

📋 copy color: '#232430'

red 35 ◦ green 36 ◦ blue 48

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

Shades of Black Russian #232430

Tints of Black Russian #232430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

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

R = 29.41%
G = 30.25%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#232430 (or 0x232430) is known color: Black Russian. HEX triplet: 23, 24 and 30. RGB value is (35,36,48). Sum of RGB (Red+Green+Blue) = 35+36+48=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #232430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232430 is #DCDBCF. Grayscale: #252525. Windows color (decimal): -14474192 or 3154979. OLE color: 3154979.

HSL color Cylindrical-coordinate representation of color #232430: hue angle of 235.38º 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 #232430 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 36 48 -
CMYK 0.27 0.25 0 0.81
HSL 235.38º 0.16% 0.16% -
HSV(B) 235.38º 0.27% 0.19% -
XYZ 1.86 1.83 3.05 -
YUV 37.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 35 36 48 0.27 0.25 0 0.81 235.38 0.16 0.16
Hex 23 24 30 1B 19 0 51 EB 10 10
Octal 43 44 60 33 31 0 121 353 20 20
Binary 100011 100100 110000 11011 11001 0 1010001 11101011 10000 10000

Color Harmonies of #232430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232430

Black with #232430

Text Example


Text Example

White with #232430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232430; }

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

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

background-color css

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

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

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

border-color css

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

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

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