Html Css Color HEX #10041F Blackcurrant

📋 copy color: '#10041F'

red 16 ◦ green 4 ◦ blue 31

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

Shades of Blackcurrant #10041F

Tints of Blackcurrant #10041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.84%

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

R = 31.37%
G = 7.84%
B = 60.78%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10041F (or 0x10041F) is known color: Blackcurrant. HEX triplet: 10, 04 and 1F. RGB value is (16,4,31). Sum of RGB (Red+Green+Blue) = 16+4+31=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #10041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10041F is #EFFBE0. Grayscale: #0A0A0A. Windows color (decimal): -15727585 or 2032656. OLE color: 2032656.

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

Color convert

RGB 16 4 31 -
CMYK 0.48 0.87 0 0.88
HSL 266.67º 0.77% 0.07% -
HSV(B) 266.67º 0.87% 0.12% -
XYZ 0.5 0.3 1.33 -
YUV 10.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 16 4 31 0.48 0.87 0 0.88 266.67 0.77 0.07
Hex 10 4 1F 30 57 0 58 10B 4D 7
Octal 20 4 37 60 127 0 130 413 115 7
Binary 10000 100 11111 110000 1010111 0 1011000 100001011 1001101 111

Color Harmonies of #10041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10041F

Black with #10041F

Text Example


Text Example

White with #10041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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