Html Css Color HEX #10051F Blackcurrant

📋 copy color: '#10051F'

red 16 ◦ green 5 ◦ blue 31

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

Shades of Blackcurrant #10051F

Tints of Blackcurrant #10051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.62%

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

R = 30.77%
G = 9.62%
B = 59.62%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10051F (or 0x10051F) is known color: Blackcurrant. HEX triplet: 10, 05 and 1F. RGB value is (16,5,31). Sum of RGB (Red+Green+Blue) = 16+5+31=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #10051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10051F is #EFFAE0. Grayscale: #0B0B0B. Windows color (decimal): -15727329 or 2032912. OLE color: 2032912.

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

Color convert

RGB 16 5 31 -
CMYK 0.48 0.84 0 0.88
HSL 265.38º 0.72% 0.07% -
HSV(B) 265.38º 0.84% 0.12% -
XYZ 0.52 0.32 1.33 -
YUV 11.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 16 5 31 0.48 0.84 0 0.88 265.38 0.72 0.07
Hex 10 5 1F 30 54 0 58 109 48 7
Octal 20 5 37 60 124 0 130 411 110 7
Binary 10000 101 11111 110000 1010100 0 1011000 100001001 1001000 111

Color Harmonies of #10051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10051F

Black with #10051F

Text Example


Text Example

White with #10051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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