Html Css Color HEX #101530 Black Russian

📋 copy color: '#101530'

red 16 ◦ green 21 ◦ blue 48

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

Shades of Black Russian #101530

Tints of Black Russian #101530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.71%

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

R = 18.82%
G = 24.71%
B = 56.47%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#101530 (or 0x101530) is known color: Black Russian. HEX triplet: 10, 15 and 30. RGB value is (16,21,48). Sum of RGB (Red+Green+Blue) = 16+21+48=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #101530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101530 is #EFEACF. Grayscale: #161616. Windows color (decimal): -15723216 or 3151120. OLE color: 3151120.

HSL color Cylindrical-coordinate representation of color #101530: hue angle of 230.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101530 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 16 21 48 -
CMYK 0.67 0.56 0 0.81
HSL 230.63º 0.5% 0.13% -
HSV(B) 230.63º 0.67% 0.19% -
XYZ 1.02 0.86 2.91 -
YUV 22.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 16 21 48 0.67 0.56 0 0.81 230.63 0.5 0.13
Hex 10 15 30 43 38 0 51 E7 32 D
Octal 20 25 60 103 70 0 121 347 62 15
Binary 10000 10101 110000 1000011 111000 0 1010001 11100111 110010 1101

Color Harmonies of #101530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101530

Black with #101530

Text Example


Text Example

White with #101530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101530; }

 p { color: rgb(16,21,48); }

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

background-color css

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

 a { background-color: rgb(16,21,48); }

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

border-color css

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

 span { border-color: rgb(16,21,48); }

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