Html Css Color HEX #10061B Blackcurrant

📋 copy color: '#10061B'

red 16 ◦ green 6 ◦ blue 27

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

Shades of Blackcurrant #10061B

Tints of Blackcurrant #10061B

RGB

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

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

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

R = 32.65%
G = 12.24%
B = 55.1%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10061B (or 0x10061B) is known color: Blackcurrant. HEX triplet: 10, 06 and 1B. RGB value is (16,6,27). Sum of RGB (Red+Green+Blue) = 16+6+27=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #10061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10061B is #EFF9E4. Grayscale: #0B0B0B. Windows color (decimal): -15727077 or 1771024. OLE color: 1771024.

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

Color convert

RGB 16 6 27 -
CMYK 0.41 0.78 0 0.89
HSL 268.57º 0.64% 0.06% -
HSV(B) 268.57º 0.78% 0.11% -
XYZ 0.48 0.32 1.07 -
YUV 11.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 16 6 27 0.41 0.78 0 0.89 268.57 0.64 0.06
Hex 10 6 1B 29 4E 0 59 10D 40 6
Octal 20 6 33 51 116 0 131 415 100 6
Binary 10000 110 11011 101001 1001110 0 1011001 100001101 1000000 110

Color Harmonies of #10061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10061B

Black with #10061B

Text Example


Text Example

White with #10061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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