Html Css Color HEX #10051E Blackcurrant

📋 copy color: '#10051E'

red 16 ◦ green 5 ◦ blue 30

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

Shades of Blackcurrant #10051E

Tints of Blackcurrant #10051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.8%

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

R = 31.37%
G = 9.8%
B = 58.82%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10051E (or 0x10051E) is known color: Blackcurrant. HEX triplet: 10, 05 and 1E. RGB value is (16,5,30). Sum of RGB (Red+Green+Blue) = 16+5+30=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #10051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10051E is #EFFAE1. Grayscale: #0B0B0B. Windows color (decimal): -15727330 or 1967376. OLE color: 1967376.

HSL color Cylindrical-coordinate representation of color #10051E: hue angle of 266.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10051E is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 5 30 -
CMYK 0.47 0.83 0 0.88
HSL 266.4º 0.71% 0.07% -
HSV(B) 266.4º 0.83% 0.12% -
XYZ 0.5 0.31 1.26 -
YUV 11.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 16 5 30 0.47 0.83 0 0.88 266.4 0.71 0.07
Hex 10 5 1E 2F 53 0 58 10A 47 7
Octal 20 5 36 57 123 0 130 412 107 7
Binary 10000 101 11110 101111 1010011 0 1011000 100001010 1000111 111

Color Harmonies of #10051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10051E

Black with #10051E

Text Example


Text Example

White with #10051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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