Html Css Color HEX #10071B Blackcurrant

📋 copy color: '#10071B'

red 16 ◦ green 7 ◦ blue 27

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

Shades of Blackcurrant #10071B

Tints of Blackcurrant #10071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 54%

R = 32%
G = 14%
B = 54%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10071B (or 0x10071B) is known color: Blackcurrant. HEX triplet: 10, 07 and 1B. RGB value is (16,7,27). Sum of RGB (Red+Green+Blue) = 16+7+27=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #10071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10071B is #EFF8E4. Grayscale: #0B0B0B. Windows color (decimal): -15726821 or 1771280. OLE color: 1771280.

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

Color convert

RGB 16 7 27 -
CMYK 0.41 0.74 0 0.89
HSL 267º 0.59% 0.07% -
HSV(B) 267º 0.74% 0.11% -
XYZ 0.49 0.34 1.08 -
YUV 11.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 16 7 27 0.41 0.74 0 0.89 267 0.59 0.07
Hex 10 7 1B 29 4A 0 59 10B 3B 7
Octal 20 7 33 51 112 0 131 413 73 7
Binary 10000 111 11011 101001 1001010 0 1011001 100001011 111011 111

Color Harmonies of #10071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10071B

Black with #10071B

Text Example


Text Example

White with #10071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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