Html Css Color HEX #12001E Blackcurrant

📋 copy color: '#12001E'

red 18 ◦ green 0 ◦ blue 30

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

Shades of Blackcurrant #12001E

Tints of Blackcurrant #12001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 62.5%

R = 37.5%
G = 0%
B = 62.5%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12001E (or 0x12001E) is known color: Blackcurrant. HEX triplet: 12, 00 and 1E. RGB value is (18,0,30). Sum of RGB (Red+Green+Blue) = 18+0+30=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #12001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12001E is #EDFFE1. Grayscale: #080808. Windows color (decimal): -15597538 or 1966098. OLE color: 1966098.

HSL color Cylindrical-coordinate representation of color #12001E: hue angle of 276º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12001E is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 0 30 -
CMYK 0.40 1 0 0.88
HSL 276º 1% 0.06% -
HSV(B) 276º 1% 0.12% -
XYZ 0.48 0.22 1.25 -
YUV 8.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 18 0 30 0.40 1 0 0.88 276 1 0.06
Hex 12 0 1E 28 64 0 58 114 64 6
Octal 22 0 36 50 144 0 130 424 144 6
Binary 10010 0 11110 101000 1100100 0 1011000 100010100 1100100 110

Color Harmonies of #12001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12001E

Black with #12001E

Text Example


Text Example

White with #12001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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