Html Css Color HEX #12002C Blackcurrant

📋 copy color: '#12002C'

red 18 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #12002C

Tints of Blackcurrant #12002C

RGB

 RED value IS 18 (7.42% from 255) = 29.03%

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

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

R = 29.03%
G = 0%
B = 70.97%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#12002C (or 0x12002C) is known color: Blackcurrant. HEX triplet: 12, 00 and 2C. RGB value is (18,0,44). Sum of RGB (Red+Green+Blue) = 18+0+44=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 44 (17.58% from 255 or 70.97% from 62); Max value from RGB is 44 - color contains mainly: blue. Hex color #12002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12002C is #EDFFD3. Grayscale: #0A0A0A. Windows color (decimal): -15597524 or 2883602. OLE color: 2883602.

HSL color Cylindrical-coordinate representation of color #12002C: hue angle of 264.55º 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 #12002C is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 0 44 -
CMYK 0.59 1 0 0.83
HSL 264.55º 1% 0.09% -
HSV(B) 264.55º 1% 0.17% -
XYZ 0.7 0.31 2.41 -
YUV 10.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 18 0 44 0.59 1 0 0.83 264.55 1 0.09
Hex 12 0 2C 3B 64 0 53 109 64 9
Octal 22 0 54 73 144 0 123 411 144 11
Binary 10010 0 101100 111011 1100100 0 1010011 100001001 1100100 1001

Color Harmonies of #12002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12002C

Black with #12002C

Text Example


Text Example

White with #12002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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