Html Css Color HEX #12042B Blackcurrant

📋 copy color: '#12042B'

red 18 ◦ green 4 ◦ blue 43

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

Shades of Blackcurrant #12042B

Tints of Blackcurrant #12042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 66.15%

R = 27.69%
G = 6.15%
B = 66.15%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#12042B (or 0x12042B) is known color: Blackcurrant. HEX triplet: 12, 04 and 2B. RGB value is (18,4,43). Sum of RGB (Red+Green+Blue) = 18+4+43=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #12042B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12042B is #EDFBD4. Grayscale: #0C0C0C. Windows color (decimal): -15596501 or 2819090. OLE color: 2819090.

HSL color Cylindrical-coordinate representation of color #12042B: hue angle of 261.54º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12042B is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 4 43 -
CMYK 0.58 0.91 0 0.83
HSL 261.54º 0.83% 0.09% -
HSV(B) 261.54º 0.91% 0.17% -
XYZ 0.73 0.39 2.32 -
YUV 12.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 18 4 43 0.58 0.91 0 0.83 261.54 0.83 0.09
Hex 12 4 2B 3A 5B 0 53 106 53 9
Octal 22 4 53 72 133 0 123 406 123 11
Binary 10010 100 101011 111010 1011011 0 1010011 100000110 1010011 1001

Color Harmonies of #12042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12042B

Black with #12042B

Text Example


Text Example

White with #12042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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