Html Css Color HEX #12081D Blackcurrant

📋 copy color: '#12081D'

red 18 ◦ green 8 ◦ blue 29

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

Shades of Blackcurrant #12081D

Tints of Blackcurrant #12081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.55%

 BLUE value IS 29 (11.72% from 255) = 52.73%

R = 32.73%
G = 14.55%
B = 52.73%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12081D (or 0x12081D) is known color: Blackcurrant. HEX triplet: 12, 08 and 1D. RGB value is (18,8,29). Sum of RGB (Red+Green+Blue) = 18+8+29=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #12081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12081D is #EDF7E2. Grayscale: #0D0D0D. Windows color (decimal): -15595491 or 1902610. OLE color: 1902610.

HSL color Cylindrical-coordinate representation of color #12081D: hue angle of 268.57º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12081D is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 8 29 -
CMYK 0.38 0.72 0 0.89
HSL 268.57º 0.57% 0.07% -
HSV(B) 268.57º 0.72% 0.11% -
XYZ 0.56 0.39 1.21 -
YUV 13.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 18 8 29 0.38 0.72 0 0.89 268.57 0.57 0.07
Hex 12 8 1D 26 48 0 59 10D 39 7
Octal 22 10 35 46 110 0 131 415 71 7
Binary 10010 1000 11101 100110 1001000 0 1011001 100001101 111001 111

Color Harmonies of #12081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12081D

Black with #12081D

Text Example


Text Example

White with #12081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,8,29); }

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

background-color css

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

 a { background-color: rgb(18,8,29); }

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

border-color css

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

 span { border-color: rgb(18,8,29); }

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