Html Css Color HEX #10051C Blackcurrant

📋 copy color: '#10051C'

red 16 ◦ green 5 ◦ blue 28

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

Shades of Blackcurrant #10051C

Tints of Blackcurrant #10051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 57.14%

R = 32.65%
G = 10.2%
B = 57.14%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10051C (or 0x10051C) is known color: Blackcurrant. HEX triplet: 10, 05 and 1C. RGB value is (16,5,28). Sum of RGB (Red+Green+Blue) = 16+5+28=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #10051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10051C is #EFFAE3. Grayscale: #0A0A0A. Windows color (decimal): -15727332 or 1836304. OLE color: 1836304.

HSL color Cylindrical-coordinate representation of color #10051C: hue angle of 268.7º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10051C is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 5 28 -
CMYK 0.43 0.82 0 0.89
HSL 268.7º 0.7% 0.06% -
HSV(B) 268.7º 0.82% 0.11% -
XYZ 0.48 0.3 1.13 -
YUV 10.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 16 5 28 0.43 0.82 0 0.89 268.7 0.7 0.06
Hex 10 5 1C 2B 52 0 59 10D 46 6
Octal 20 5 34 53 122 0 131 415 106 6
Binary 10000 101 11100 101011 1010010 0 1011001 100001101 1000110 110

Color Harmonies of #10051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10051C

Black with #10051C

Text Example


Text Example

White with #10051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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