Html Css Color HEX #10001D Blackcurrant

📋 copy color: '#10001D'

red 16 ◦ green 0 ◦ blue 29

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

Shades of Blackcurrant #10001D

Tints of Blackcurrant #10001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 64.44%

R = 35.56%
G = 0%
B = 64.44%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10001D (or 0x10001D) is known color: Blackcurrant. HEX triplet: 10, 00 and 1D. RGB value is (16,0,29). Sum of RGB (Red+Green+Blue) = 16+0+29=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #10001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10001D is #EFFFE2. Grayscale: #070707. Windows color (decimal): -15728611 or 1900560. OLE color: 1900560.

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

Color convert

RGB 16 0 29 -
CMYK 0.45 1 0 0.89
HSL 273.1º 1% 0.06% -
HSV(B) 273.1º 1% 0.11% -
XYZ 0.44 0.2 1.18 -
YUV 8.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 16 0 29 0.45 1 0 0.89 273.1 1 0.06
Hex 10 0 1D 2D 64 0 59 111 64 6
Octal 20 0 35 55 144 0 131 421 144 6
Binary 10000 0 11101 101101 1100100 0 1011001 100010001 1100100 110

Color Harmonies of #10001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10001D

Black with #10001D

Text Example


Text Example

White with #10001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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