Html Css Color HEX #10132B Black Russian

📋 copy color: '#10132B'

red 16 ◦ green 19 ◦ blue 43

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

Shades of Black Russian #10132B

Tints of Black Russian #10132B

RGB

 RED value IS 16 (6.64% from 255) = 20.51%

 GREEN value IS 19 (7.81% from 255) = 24.36%

 BLUE value IS 43 (17.19% from 255) = 55.13%

R = 20.51%
G = 24.36%
B = 55.13%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#10132B (or 0x10132B) is known color: Black Russian. HEX triplet: 10, 13 and 2B. RGB value is (16,19,43). Sum of RGB (Red+Green+Blue) = 16+19+43=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #10132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132B is #EFECD4. Grayscale: #141414. Windows color (decimal): -15723733 or 2822928. OLE color: 2822928.

HSL color Cylindrical-coordinate representation of color #10132B: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #10132B is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 16 19 43 -
CMYK 0.63 0.56 0 0.83
HSL 233.33º 0.46% 0.12% -
HSV(B) 233.33º 0.63% 0.17% -
XYZ 0.88 0.75 2.38 -
YUV 20.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 16 19 43 0.63 0.56 0 0.83 233.33 0.46 0.12
Hex 10 13 2B 3F 38 0 53 E9 2E C
Octal 20 23 53 77 70 0 123 351 56 14
Binary 10000 10011 101011 111111 111000 0 1010011 11101001 101110 1100

Color Harmonies of #10132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10132B

Black with #10132B

Text Example


Text Example

White with #10132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10132B; }

 p { color: rgb(16,19,43); }

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

background-color css

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

 a { background-color: rgb(16,19,43); }

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

border-color css

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

 span { border-color: rgb(16,19,43); }

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