Html Css Color HEX #100B15 Blackcurrant

📋 copy color: '#100B15'

red 16 ◦ green 11 ◦ blue 21

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

Shades of Blackcurrant #100B15

Tints of Blackcurrant #100B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 43.75%

R = 33.33%
G = 22.92%
B = 43.75%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100B15 (or 0x100B15) is known color: Blackcurrant. HEX triplet: 10, 0B and 15. RGB value is (16,11,21). Sum of RGB (Red+Green+Blue) = 16+11+21=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #100B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B15 is #EFF4EA. Grayscale: #0D0D0D. Windows color (decimal): -15725803 or 1379088. OLE color: 1379088.

HSL color Cylindrical-coordinate representation of color #100B15: hue angle of 270º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #100B15 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 11 21 -
CMYK 0.24 0.48 0 0.92
HSL 270º 0.31% 0.06% -
HSV(B) 270º 0.48% 0.08% -
XYZ 0.47 0.4 0.76 -
YUV 13.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 16 11 21 0.24 0.48 0 0.92 270 0.31 0.06
Hex 10 B 15 18 30 0 5C 10E 1F 6
Octal 20 13 25 30 60 0 134 416 37 6
Binary 10000 1011 10101 11000 110000 0 1011100 100001110 11111 110

Color Harmonies of #100B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B15

Black with #100B15

Text Example


Text Example

White with #100B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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