Html Css Color HEX #10071C Blackcurrant

📋 copy color: '#10071C'

red 16 ◦ green 7 ◦ blue 28

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

Shades of Blackcurrant #10071C

Tints of Blackcurrant #10071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.73%

 BLUE value IS 28 (11.33% from 255) = 54.9%

R = 31.37%
G = 13.73%
B = 54.9%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10071C (or 0x10071C) is known color: Blackcurrant. HEX triplet: 10, 07 and 1C. RGB value is (16,7,28). Sum of RGB (Red+Green+Blue) = 16+7+28=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #10071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10071C is #EFF8E3. Grayscale: #0C0C0C. Windows color (decimal): -15726820 or 1836816. OLE color: 1836816.

HSL color Cylindrical-coordinate representation of color #10071C: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10071C is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 7 28 -
CMYK 0.43 0.75 0 0.89
HSL 265.71º 0.6% 0.07% -
HSV(B) 265.71º 0.75% 0.11% -
XYZ 0.5 0.35 1.14 -
YUV 12.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 16 7 28 0.43 0.75 0 0.89 265.71 0.6 0.07
Hex 10 7 1C 2B 4B 0 59 10A 3C 7
Octal 20 7 34 53 113 0 131 412 74 7
Binary 10000 111 11100 101011 1001011 0 1011001 100001010 111100 111

Color Harmonies of #10071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10071C

Black with #10071C

Text Example


Text Example

White with #10071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10071C; }

 p { color: rgb(16,7,28); }

 H1.HeaderClassName
 {
   color: #10071C;
 }
 .AnyTagClassName
 {
   color: #10071C;
 }
</style>

background-color css

<style>
 a { background-color: #10071C; }

 a { background-color: rgb(16,7,28); }

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

border-color css

<style>
 span { border-color: #10071C; }

 span { border-color: rgb(16,7,28); }

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