Html Css Color HEX #12042E Blackcurrant

📋 copy color: '#12042E'

red 18 ◦ green 4 ◦ blue 46

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

Shades of Blackcurrant #12042E

Tints of Blackcurrant #12042E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.88%

 BLUE value IS 46 (18.36% from 255) = 67.65%

R = 26.47%
G = 5.88%
B = 67.65%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12042E (or 0x12042E) is known color: Blackcurrant. HEX triplet: 12, 04 and 2E. RGB value is (18,4,46). Sum of RGB (Red+Green+Blue) = 18+4+46=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #12042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12042E is #EDFBD1. Grayscale: #0C0C0C. Windows color (decimal): -15596498 or 3015698. OLE color: 3015698.

HSL color Cylindrical-coordinate representation of color #12042E: hue angle of 260º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12042E is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 4 46 -
CMYK 0.61 0.91 0 0.82
HSL 260º 0.84% 0.1% -
HSV(B) 260º 0.91% 0.18% -
XYZ 0.79 0.41 2.62 -
YUV 12.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 18 4 46 0.61 0.91 0 0.82 260 0.84 0.1
Hex 12 4 2E 3D 5B 0 52 104 54 A
Octal 22 4 56 75 133 0 122 404 124 12
Binary 10010 100 101110 111101 1011011 0 1010010 100000100 1010100 1010

Color Harmonies of #12042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12042E

Black with #12042E

Text Example


Text Example

White with #12042E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,4,46); }

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

background-color css

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

 a { background-color: rgb(18,4,46); }

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

border-color css

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

 span { border-color: rgb(18,4,46); }

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