Html Css Color HEX #10041E Blackcurrant

📋 copy color: '#10041E'

red 16 ◦ green 4 ◦ blue 30

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

Shades of Blackcurrant #10041E

Tints of Blackcurrant #10041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 60%

R = 32%
G = 8%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10041E (or 0x10041E) is known color: Blackcurrant. HEX triplet: 10, 04 and 1E. RGB value is (16,4,30). Sum of RGB (Red+Green+Blue) = 16+4+30=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #10041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10041E is #EFFBE1. Grayscale: #0A0A0A. Windows color (decimal): -15727586 or 1967120. OLE color: 1967120.

HSL color Cylindrical-coordinate representation of color #10041E: hue angle of 267.69º degrees, saturation: 0.76, 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 #10041E is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 4 30 -
CMYK 0.47 0.87 0 0.88
HSL 267.69º 0.76% 0.07% -
HSV(B) 267.69º 0.87% 0.12% -
XYZ 0.49 0.29 1.26 -
YUV 10.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 16 4 30 0.47 0.87 0 0.88 267.69 0.76 0.07
Hex 10 4 1E 2F 57 0 58 10C 4C 7
Octal 20 4 36 57 127 0 130 414 114 7
Binary 10000 100 11110 101111 1010111 0 1011000 100001100 1001100 111

Color Harmonies of #10041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10041E

Black with #10041E

Text Example


Text Example

White with #10041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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