Html Css Color HEX #10071F Blackcurrant

📋 copy color: '#10071F'

red 16 ◦ green 7 ◦ blue 31

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

Shades of Blackcurrant #10071F

Tints of Blackcurrant #10071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 57.41%

R = 29.63%
G = 12.96%
B = 57.41%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10071F (or 0x10071F) is known color: Blackcurrant. HEX triplet: 10, 07 and 1F. RGB value is (16,7,31). Sum of RGB (Red+Green+Blue) = 16+7+31=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #10071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10071F is #EFF8E0. Grayscale: #0C0C0C. Windows color (decimal): -15726817 or 2033424. OLE color: 2033424.

HSL color Cylindrical-coordinate representation of color #10071F: hue angle of 262.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10071F is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 7 31 -
CMYK 0.48 0.77 0 0.88
HSL 262.5º 0.63% 0.07% -
HSV(B) 262.5º 0.77% 0.12% -
XYZ 0.54 0.36 1.34 -
YUV 12.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 16 7 31 0.48 0.77 0 0.88 262.5 0.63 0.07
Hex 10 7 1F 30 4D 0 58 106 3F 7
Octal 20 7 37 60 115 0 130 406 77 7
Binary 10000 111 11111 110000 1001101 0 1011000 100000110 111111 111

Color Harmonies of #10071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10071F

Black with #10071F

Text Example


Text Example

White with #10071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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