Html Css Color HEX #12061D Blackcurrant

📋 copy color: '#12061D'

red 18 ◦ green 6 ◦ blue 29

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

Shades of Blackcurrant #12061D

Tints of Blackcurrant #12061D

RGB

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

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

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

R = 33.96%
G = 11.32%
B = 54.72%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12061D (or 0x12061D) is known color: Blackcurrant. HEX triplet: 12, 06 and 1D. RGB value is (18,6,29). Sum of RGB (Red+Green+Blue) = 18+6+29=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #12061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12061D is #EDF9E2. Grayscale: #0C0C0C. Windows color (decimal): -15596003 or 1902098. OLE color: 1902098.

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

Color convert

RGB 18 6 29 -
CMYK 0.38 0.79 0 0.89
HSL 271.3º 0.66% 0.07% -
HSV(B) 271.3º 0.79% 0.11% -
XYZ 0.54 0.35 1.2 -
YUV 12.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 18 6 29 0.38 0.79 0 0.89 271.3 0.66 0.07
Hex 12 6 1D 26 4F 0 59 10F 42 7
Octal 22 6 35 46 117 0 131 417 102 7
Binary 10010 110 11101 100110 1001111 0 1011001 100001111 1000010 111

Color Harmonies of #12061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12061D

Black with #12061D

Text Example


Text Example

White with #12061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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