Html Css Color HEX #10012F Blackcurrant

📋 copy color: '#10012F'

red 16 ◦ green 1 ◦ blue 47

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

Shades of Blackcurrant #10012F

Tints of Blackcurrant #10012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.56%

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

R = 25%
G = 1.56%
B = 73.44%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10012F (or 0x10012F) is known color: Blackcurrant. HEX triplet: 10, 01 and 2F. RGB value is (16,1,47). Sum of RGB (Red+Green+Blue) = 16+1+47=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #10012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10012F is #EFFED0. Grayscale: #0A0A0A. Windows color (decimal): -15728337 or 3080464. OLE color: 3080464.

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

Color convert

RGB 16 1 47 -
CMYK 0.66 0.98 0 0.82
HSL 259.57º 0.96% 0.09% -
HSV(B) 259.57º 0.98% 0.18% -
XYZ 0.74 0.34 2.72 -
YUV 10.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 16 1 47 0.66 0.98 0 0.82 259.57 0.96 0.09
Hex 10 1 2F 42 62 0 52 104 60 9
Octal 20 1 57 102 142 0 122 404 140 11
Binary 10000 1 101111 1000010 1100010 0 1010010 100000100 1100000 1001

Color Harmonies of #10012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10012F

Black with #10012F

Text Example


Text Example

White with #10012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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