Html Css Color HEX #10081E Blackcurrant

📋 copy color: '#10081E'

red 16 ◦ green 8 ◦ blue 30

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

Shades of Blackcurrant #10081E

Tints of Blackcurrant #10081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.81%

 BLUE value IS 30 (12.11% from 255) = 55.56%

R = 29.63%
G = 14.81%
B = 55.56%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10081E (or 0x10081E) is known color: Blackcurrant. HEX triplet: 10, 08 and 1E. RGB value is (16,8,30). Sum of RGB (Red+Green+Blue) = 16+8+30=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #10081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10081E is #EFF7E1. Grayscale: #0C0C0C. Windows color (decimal): -15726562 or 1968144. OLE color: 1968144.

HSL color Cylindrical-coordinate representation of color #10081E: hue angle of 261.82º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10081E is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 8 30 -
CMYK 0.47 0.73 0 0.88
HSL 261.82º 0.58% 0.07% -
HSV(B) 261.82º 0.73% 0.12% -
XYZ 0.53 0.38 1.27 -
YUV 12.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 16 8 30 0.47 0.73 0 0.88 261.82 0.58 0.07
Hex 10 8 1E 2F 49 0 58 106 3A 7
Octal 20 10 36 57 111 0 130 406 72 7
Binary 10000 1000 11110 101111 1001001 0 1011000 100000110 111010 111

Color Harmonies of #10081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10081E

Black with #10081E

Text Example


Text Example

White with #10081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10081E; }

 p { color: rgb(16,8,30); }

 H1.HeaderClassName
 {
   color: #10081E;
 }
 .AnyTagClassName
 {
   color: #10081E;
 }
</style>

background-color css

<style>
 a { background-color: #10081E; }

 a { background-color: rgb(16,8,30); }

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

border-color css

<style>
 span { border-color: #10081E; }

 span { border-color: rgb(16,8,30); }

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