Html Css Color HEX #10031F Blackcurrant

📋 copy color: '#10031F'

red 16 ◦ green 3 ◦ blue 31

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

Shades of Blackcurrant #10031F

Tints of Blackcurrant #10031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6%

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

R = 32%
G = 6%
B = 62%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10031F (or 0x10031F) is known color: Blackcurrant. HEX triplet: 10, 03 and 1F. RGB value is (16,3,31). Sum of RGB (Red+Green+Blue) = 16+3+31=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #10031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10031F is #EFFCE0. Grayscale: #090909. Windows color (decimal): -15727841 or 2032400. OLE color: 2032400.

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

Color convert

RGB 16 3 31 -
CMYK 0.48 0.90 0 0.88
HSL 267.86º 0.82% 0.07% -
HSV(B) 267.86º 0.9% 0.12% -
XYZ 0.49 0.27 1.32 -
YUV 10.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 16 3 31 0.48 0.90 0 0.88 267.86 0.82 0.07
Hex 10 3 1F 30 5A 0 58 10C 52 7
Octal 20 3 37 60 132 0 130 414 122 7
Binary 10000 11 11111 110000 1011010 0 1011000 100001100 1010010 111

Color Harmonies of #10031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10031F

Black with #10031F

Text Example


Text Example

White with #10031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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