Html Css Color HEX #12001A Blackcurrant

📋 copy color: '#12001A'

red 18 ◦ green 0 ◦ blue 26

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

Shades of Blackcurrant #12001A

Tints of Blackcurrant #12001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 59.09%

R = 40.91%
G = 0%
B = 59.09%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12001A (or 0x12001A) is known color: Blackcurrant. HEX triplet: 12, 00 and 1A. RGB value is (18,0,26). Sum of RGB (Red+Green+Blue) = 18+0+26=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #12001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12001A is #EDFFE5. Grayscale: #080808. Windows color (decimal): -15597542 or 1703954. OLE color: 1703954.

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

Color convert

RGB 18 0 26 -
CMYK 0.31 1 0 0.90
HSL 281.54º 1% 0.05% -
HSV(B) 281.54º 1% 0.1% -
XYZ 0.44 0.2 0.99 -
YUV 8.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 18 0 26 0.31 1 0 0.90 281.54 1 0.05
Hex 12 0 1A 1F 64 0 5A 11A 64 5
Octal 22 0 32 37 144 0 132 432 144 5
Binary 10010 0 11010 11111 1100100 0 1011010 100011010 1100100 101

Color Harmonies of #12001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12001A

Black with #12001A

Text Example


Text Example

White with #12001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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