Html Css Color HEX #10061A Blackcurrant

📋 copy color: '#10061A'

red 16 ◦ green 6 ◦ blue 26

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

Shades of Blackcurrant #10061A

Tints of Blackcurrant #10061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 54.17%

R = 33.33%
G = 12.5%
B = 54.17%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#10061A (or 0x10061A) is known color: Blackcurrant. HEX triplet: 10, 06 and 1A. RGB value is (16,6,26). Sum of RGB (Red+Green+Blue) = 16+6+26=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #10061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10061A is #EFF9E5. Grayscale: #0B0B0B. Windows color (decimal): -15727078 or 1705488. OLE color: 1705488.

HSL color Cylindrical-coordinate representation of color #10061A: hue angle of 270º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10061A is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 6 26 -
CMYK 0.38 0.77 0 0.90
HSL 270º 0.63% 0.06% -
HSV(B) 270º 0.77% 0.1% -
XYZ 0.47 0.31 1.01 -
YUV 11.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 16 6 26 0.38 0.77 0 0.90 270 0.63 0.06
Hex 10 6 1A 26 4D 0 5A 10E 3E 6
Octal 20 6 32 46 115 0 132 416 76 6
Binary 10000 110 11010 100110 1001101 0 1011010 100001110 111110 110

Color Harmonies of #10061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10061A

Black with #10061A

Text Example


Text Example

White with #10061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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