Html Css Color HEX #12062D Blackcurrant

📋 copy color: '#12062D'

red 18 ◦ green 6 ◦ blue 45

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

Shades of Blackcurrant #12062D

Tints of Blackcurrant #12062D

RGB

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

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

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

R = 26.09%
G = 8.7%
B = 65.22%

CMYK

 C value IS 0.6

 M value IS 0.87

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12062D (or 0x12062D) is known color: Blackcurrant. HEX triplet: 12, 06 and 2D. RGB value is (18,6,45). Sum of RGB (Red+Green+Blue) = 18+6+45=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #12062D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12062D is #EDF9D2. Grayscale: #0D0D0D. Windows color (decimal): -15595987 or 2950674. OLE color: 2950674.

HSL color Cylindrical-coordinate representation of color #12062D: hue angle of 258.46º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12062D is Cyan = 0.6, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 6 45 -
CMYK 0.6 0.87 0 0.82
HSL 258.46º 0.76% 0.1% -
HSV(B) 258.46º 0.87% 0.18% -
XYZ 0.79 0.45 2.53 -
YUV 14.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 18 6 45 0.6 0.87 0 0.82 258.46 0.76 0.1
Hex 12 6 2D 3C 57 0 52 102 4C A
Octal 22 6 55 74 127 0 122 402 114 12
Binary 10010 110 101101 111100 1010111 0 1010010 100000010 1001100 1010

Color Harmonies of #12062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12062D

Black with #12062D

Text Example


Text Example

White with #12062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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