Html Css Color HEX #10061E Blackcurrant

📋 copy color: '#10061E'

red 16 ◦ green 6 ◦ blue 30

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

Shades of Blackcurrant #10061E

Tints of Blackcurrant #10061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.54%

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

R = 30.77%
G = 11.54%
B = 57.69%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10061E (or 0x10061E) is known color: Blackcurrant. HEX triplet: 10, 06 and 1E. RGB value is (16,6,30). Sum of RGB (Red+Green+Blue) = 16+6+30=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #10061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10061E is #EFF9E1. Grayscale: #0B0B0B. Windows color (decimal): -15727074 or 1967632. OLE color: 1967632.

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

Color convert

RGB 16 6 30 -
CMYK 0.47 0.80 0 0.88
HSL 265º 0.67% 0.07% -
HSV(B) 265º 0.8% 0.12% -
XYZ 0.51 0.33 1.27 -
YUV 11.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 16 6 30 0.47 0.80 0 0.88 265 0.67 0.07
Hex 10 6 1E 2F 50 0 58 109 43 7
Octal 20 6 36 57 120 0 130 411 103 7
Binary 10000 110 11110 101111 1010000 0 1011000 100001001 1000011 111

Color Harmonies of #10061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10061E

Black with #10061E

Text Example


Text Example

White with #10061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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