Html Css Color HEX #10022E Blackcurrant

📋 copy color: '#10022E'

red 16 ◦ green 2 ◦ blue 46

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

Shades of Blackcurrant #10022E

Tints of Blackcurrant #10022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.13%

 BLUE value IS 46 (18.36% from 255) = 71.88%

R = 25%
G = 3.13%
B = 71.88%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10022E (or 0x10022E) is known color: Blackcurrant. HEX triplet: 10, 02 and 2E. RGB value is (16,2,46). Sum of RGB (Red+Green+Blue) = 16+2+46=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #10022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10022E is #EFFDD1. Grayscale: #0B0B0B. Windows color (decimal): -15728082 or 3015184. OLE color: 3015184.

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

Color convert

RGB 16 2 46 -
CMYK 0.65 0.96 0 0.82
HSL 259.09º 0.92% 0.09% -
HSV(B) 259.09º 0.96% 0.18% -
XYZ 0.73 0.35 2.61 -
YUV 11.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 16 2 46 0.65 0.96 0 0.82 259.09 0.92 0.09
Hex 10 2 2E 41 60 0 52 103 5C 9
Octal 20 2 56 101 140 0 122 403 134 11
Binary 10000 10 101110 1000001 1100000 0 1010010 100000011 1011100 1001

Color Harmonies of #10022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10022E

Black with #10022E

Text Example


Text Example

White with #10022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10022E; }

 p { color: rgb(16,2,46); }

 H1.HeaderClassName
 {
   color: #10022E;
 }
 .AnyTagClassName
 {
   color: #10022E;
 }
</style>

background-color css

<style>
 a { background-color: #10022E; }

 a { background-color: rgb(16,2,46); }

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

border-color css

<style>
 span { border-color: #10022E; }

 span { border-color: rgb(16,2,46); }

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