Html Css Color HEX #10032A Blackcurrant

📋 copy color: '#10032A'

red 16 ◦ green 3 ◦ blue 42

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

Shades of Blackcurrant #10032A

Tints of Blackcurrant #10032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 68.85%

R = 26.23%
G = 4.92%
B = 68.85%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#10032A (or 0x10032A) is known color: Blackcurrant. HEX triplet: 10, 03 and 2A. RGB value is (16,3,42). Sum of RGB (Red+Green+Blue) = 16+3+42=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 42 (16.80% from 255 or 68.85% from 61); Max value from RGB is 42 - color contains mainly: blue. Hex color #10032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10032A is #EFFCD5. Grayscale: #0B0B0B. Windows color (decimal): -15727830 or 2753296. OLE color: 2753296.

HSL color Cylindrical-coordinate representation of color #10032A: hue angle of 260º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10032A is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 3 42 -
CMYK 0.62 0.93 0 0.84
HSL 260º 0.87% 0.09% -
HSV(B) 260º 0.93% 0.16% -
XYZ 0.66 0.34 2.22 -
YUV 11.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 16 3 42 0.62 0.93 0 0.84 260 0.87 0.09
Hex 10 3 2A 3E 5D 0 54 104 57 9
Octal 20 3 52 76 135 0 124 404 127 11
Binary 10000 11 101010 111110 1011101 0 1010100 100000100 1010111 1001

Color Harmonies of #10032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10032A

Black with #10032A

Text Example


Text Example

White with #10032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10032A; }

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

 H1.HeaderClassName
 {
   color: #10032A;
 }
 .AnyTagClassName
 {
   color: #10032A;
 }
</style>

background-color css

<style>
 a { background-color: #10032A; }

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

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

border-color css

<style>
 span { border-color: #10032A; }

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

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