Html Css Color HEX #12062A Blackcurrant

📋 copy color: '#12062A'

red 18 ◦ green 6 ◦ blue 42

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

Shades of Blackcurrant #12062A

Tints of Blackcurrant #12062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.09%

 BLUE value IS 42 (16.8% from 255) = 63.64%

R = 27.27%
G = 9.09%
B = 63.64%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#12062A (or 0x12062A) is known color: Blackcurrant. HEX triplet: 12, 06 and 2A. RGB value is (18,6,42). Sum of RGB (Red+Green+Blue) = 18+6+42=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 42 (16.80% from 255 or 63.64% from 66); Max value from RGB is 42 - color contains mainly: blue. Hex color #12062A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12062A is #EDF9D5. Grayscale: #0D0D0D. Windows color (decimal): -15595990 or 2754066. OLE color: 2754066.

HSL color Cylindrical-coordinate representation of color #12062A: hue angle of 260º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12062A is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 6 42 -
CMYK 0.57 0.86 0 0.84
HSL 260º 0.75% 0.09% -
HSV(B) 260º 0.86% 0.16% -
XYZ 0.73 0.43 2.23 -
YUV 13.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 18 6 42 0.57 0.86 0 0.84 260 0.75 0.09
Hex 12 6 2A 39 56 0 54 104 4B 9
Octal 22 6 52 71 126 0 124 404 113 11
Binary 10010 110 101010 111001 1010110 0 1010100 100000100 1001011 1001

Color Harmonies of #12062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12062A

Black with #12062A

Text Example


Text Example

White with #12062A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,6,42); }

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

background-color css

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

 a { background-color: rgb(18,6,42); }

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

border-color css

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

 span { border-color: rgb(18,6,42); }

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