Html Css Color HEX #10001F Blackcurrant

📋 copy color: '#10001F'

red 16 ◦ green 0 ◦ blue 31

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

Shades of Blackcurrant #10001F

Tints of Blackcurrant #10001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 65.96%

R = 34.04%
G = 0%
B = 65.96%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10001F (or 0x10001F) is known color: Blackcurrant. HEX triplet: 10, 00 and 1F. RGB value is (16,0,31). Sum of RGB (Red+Green+Blue) = 16+0+31=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #10001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10001F is #EFFFE0. Grayscale: #080808. Windows color (decimal): -15728609 or 2031632. OLE color: 2031632.

HSL color Cylindrical-coordinate representation of color #10001F: hue angle of 270.97º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10001F is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 0 31 -
CMYK 0.48 1 0 0.88
HSL 270.97º 1% 0.06% -
HSV(B) 270.97º 1% 0.12% -
XYZ 0.46 0.21 1.31 -
YUV 8.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 16 0 31 0.48 1 0 0.88 270.97 1 0.06
Hex 10 0 1F 30 64 0 58 10F 64 6
Octal 20 0 37 60 144 0 130 417 144 6
Binary 10000 0 11111 110000 1100100 0 1011000 100001111 1100100 110

Color Harmonies of #10001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10001F

Black with #10001F

Text Example


Text Example

White with #10001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10001F; }

 p { color: rgb(16,0,31); }

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

background-color css

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

 a { background-color: rgb(16,0,31); }

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

border-color css

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

 span { border-color: rgb(16,0,31); }

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