Html Css Color HEX #10002C Blackcurrant

📋 copy color: '#10002C'

red 16 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #10002C

Tints of Blackcurrant #10002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 73.33%

R = 26.67%
G = 0%
B = 73.33%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#10002C (or 0x10002C) is known color: Blackcurrant. HEX triplet: 10, 00 and 2C. RGB value is (16,0,44). Sum of RGB (Red+Green+Blue) = 16+0+44=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 44 (17.58% from 255 or 73.33% from 60); Max value from RGB is 44 - color contains mainly: blue. Hex color #10002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10002C is #EFFFD3. Grayscale: #090909. Windows color (decimal): -15728596 or 2883600. OLE color: 2883600.

HSL color Cylindrical-coordinate representation of color #10002C: hue angle of 261.82º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10002C is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 16 0 44 -
CMYK 0.64 1 0 0.83
HSL 261.82º 1% 0.09% -
HSV(B) 261.82º 1% 0.17% -
XYZ 0.67 0.29 2.4 -
YUV 9.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 16 0 44 0.64 1 0 0.83 261.82 1 0.09
Hex 10 0 2C 40 64 0 53 106 64 9
Octal 20 0 54 100 144 0 123 406 144 11
Binary 10000 0 101100 1000000 1100100 0 1010011 100000110 1100100 1001

Color Harmonies of #10002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10002C

Black with #10002C

Text Example


Text Example

White with #10002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,0,44); }

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

background-color css

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

 a { background-color: rgb(16,0,44); }

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

border-color css

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

 span { border-color: rgb(16,0,44); }

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