Html Css Color HEX #12001C Blackcurrant

📋 copy color: '#12001C'

red 18 ◦ green 0 ◦ blue 28

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

Shades of Blackcurrant #12001C

Tints of Blackcurrant #12001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 60.87%

R = 39.13%
G = 0%
B = 60.87%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12001C (or 0x12001C) is known color: Blackcurrant. HEX triplet: 12, 00 and 1C. RGB value is (18,0,28). Sum of RGB (Red+Green+Blue) = 18+0+28=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #12001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12001C is #EDFFE3. Grayscale: #080808. Windows color (decimal): -15597540 or 1835026. OLE color: 1835026.

HSL color Cylindrical-coordinate representation of color #12001C: hue angle of 278.57º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12001C is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 0 28 -
CMYK 0.36 1 0 0.89
HSL 278.57º 1% 0.05% -
HSV(B) 278.57º 1% 0.11% -
XYZ 0.46 0.21 1.12 -
YUV 8.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 18 0 28 0.36 1 0 0.89 278.57 1 0.05
Hex 12 0 1C 24 64 0 59 117 64 5
Octal 22 0 34 44 144 0 131 427 144 5
Binary 10010 0 11100 100100 1100100 0 1011001 100010111 1100100 101

Color Harmonies of #12001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12001C

Black with #12001C

Text Example


Text Example

White with #12001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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