Html Css Color HEX #10061F Blackcurrant

📋 copy color: '#10061F'

red 16 ◦ green 6 ◦ blue 31

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

Shades of Blackcurrant #10061F

Tints of Blackcurrant #10061F

RGB

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

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

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

R = 30.19%
G = 11.32%
B = 58.49%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10061F (or 0x10061F) is known color: Blackcurrant. HEX triplet: 10, 06 and 1F. RGB value is (16,6,31). Sum of RGB (Red+Green+Blue) = 16+6+31=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #10061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10061F is #EFF9E0. Grayscale: #0B0B0B. Windows color (decimal): -15727073 or 2033168. OLE color: 2033168.

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

Color convert

RGB 16 6 31 -
CMYK 0.48 0.81 0 0.88
HSL 264º 0.68% 0.07% -
HSV(B) 264º 0.81% 0.12% -
XYZ 0.53 0.34 1.33 -
YUV 11.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 16 6 31 0.48 0.81 0 0.88 264 0.68 0.07
Hex 10 6 1F 30 51 0 58 108 44 7
Octal 20 6 37 60 121 0 130 410 104 7
Binary 10000 110 11111 110000 1010001 0 1011000 100001000 1000100 111

Color Harmonies of #10061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10061F

Black with #10061F

Text Example


Text Example

White with #10061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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