Html Css Color HEX #12042D Blackcurrant

📋 copy color: '#12042D'

red 18 ◦ green 4 ◦ blue 45

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

Shades of Blackcurrant #12042D

Tints of Blackcurrant #12042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 67.16%

R = 26.87%
G = 5.97%
B = 67.16%

CMYK

 C value IS 0.6

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12042D (or 0x12042D) is known color: Blackcurrant. HEX triplet: 12, 04 and 2D. RGB value is (18,4,45). Sum of RGB (Red+Green+Blue) = 18+4+45=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #12042D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12042D is #EDFBD2. Grayscale: #0C0C0C. Windows color (decimal): -15596499 or 2950162. OLE color: 2950162.

HSL color Cylindrical-coordinate representation of color #12042D: hue angle of 260.49º 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 #12042D is Cyan = 0.6, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 4 45 -
CMYK 0.6 0.91 0 0.82
HSL 260.49º 0.84% 0.1% -
HSV(B) 260.49º 0.91% 0.18% -
XYZ 0.77 0.4 2.52 -
YUV 12.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 18 4 45 0.6 0.91 0 0.82 260.49 0.84 0.1
Hex 12 4 2D 3C 5B 0 52 104 54 A
Octal 22 4 55 74 133 0 122 404 124 12
Binary 10010 100 101101 111100 1011011 0 1010010 100000100 1010100 1010

Color Harmonies of #12042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12042D

Black with #12042D

Text Example


Text Example

White with #12042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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