Html Css Color HEX #10031B Blackcurrant

📋 copy color: '#10031B'

red 16 ◦ green 3 ◦ blue 27

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

Shades of Blackcurrant #10031B

Tints of Blackcurrant #10031B

RGB

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

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

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

R = 34.78%
G = 6.52%
B = 58.7%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10031B (or 0x10031B) is known color: Blackcurrant. HEX triplet: 10, 03 and 1B. RGB value is (16,3,27). Sum of RGB (Red+Green+Blue) = 16+3+27=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #10031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10031B is #EFFCE4. Grayscale: #090909. Windows color (decimal): -15727845 or 1770256. OLE color: 1770256.

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

Color convert

RGB 16 3 27 -
CMYK 0.41 0.89 0 0.89
HSL 272.5º 0.8% 0.06% -
HSV(B) 272.5º 0.89% 0.11% -
XYZ 0.44 0.25 1.06 -
YUV 9.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 16 3 27 0.41 0.89 0 0.89 272.5 0.8 0.06
Hex 10 3 1B 29 59 0 59 110 50 6
Octal 20 3 33 51 131 0 131 420 120 6
Binary 10000 11 11011 101001 1011001 0 1011001 100010000 1010000 110

Color Harmonies of #10031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10031B

Black with #10031B

Text Example


Text Example

White with #10031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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