Html Css Color HEX #100B30 Black Russian

📋 copy color: '#100B30'

red 16 ◦ green 11 ◦ blue 48

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

Shades of Black Russian #100B30

Tints of Black Russian #100B30

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.67%

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

R = 21.33%
G = 14.67%
B = 64%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#100B30 (or 0x100B30) is known color: Black Russian. HEX triplet: 10, 0B and 30. RGB value is (16,11,48). Sum of RGB (Red+Green+Blue) = 16+11+48=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #100B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B30 is #EFF4CF. Grayscale: #101010. Windows color (decimal): -15725776 or 3148560. OLE color: 3148560.

HSL color Cylindrical-coordinate representation of color #100B30: hue angle of 248.11º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #100B30 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 16 11 48 -
CMYK 0.67 0.77 0 0.81
HSL 248.11º 0.63% 0.12% -
HSV(B) 248.11º 0.77% 0.19% -
XYZ 0.87 0.56 2.86 -
YUV 16.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 16 11 48 0.67 0.77 0 0.81 248.11 0.63 0.12
Hex 10 B 30 43 4D 0 51 F8 3F C
Octal 20 13 60 103 115 0 121 370 77 14
Binary 10000 1011 110000 1000011 1001101 0 1010001 11111000 111111 1100

Color Harmonies of #100B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B30

Black with #100B30

Text Example


Text Example

White with #100B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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