Html Css Color HEX #10032F Blackcurrant

📋 copy color: '#10032F'

red 16 ◦ green 3 ◦ blue 47

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

Shades of Blackcurrant #10032F

Tints of Blackcurrant #10032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 71.21%

R = 24.24%
G = 4.55%
B = 71.21%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10032F (or 0x10032F) is known color: Blackcurrant. HEX triplet: 10, 03 and 2F. RGB value is (16,3,47). Sum of RGB (Red+Green+Blue) = 16+3+47=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #10032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10032F is #EFFCD0. Grayscale: #0B0B0B. Windows color (decimal): -15727825 or 3080976. OLE color: 3080976.

HSL color Cylindrical-coordinate representation of color #10032F: hue angle of 257.73º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10032F is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 3 47 -
CMYK 0.66 0.94 0 0.82
HSL 257.73º 0.88% 0.1% -
HSV(B) 257.73º 0.94% 0.18% -
XYZ 0.76 0.38 2.72 -
YUV 11.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 16 3 47 0.66 0.94 0 0.82 257.73 0.88 0.1
Hex 10 3 2F 42 5E 0 52 102 58 A
Octal 20 3 57 102 136 0 122 402 130 12
Binary 10000 11 101111 1000010 1011110 0 1010010 100000010 1011000 1010

Color Harmonies of #10032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10032F

Black with #10032F

Text Example


Text Example

White with #10032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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