Html Css Color HEX #12061A Blackcurrant

📋 copy color: '#12061A'

red 18 ◦ green 6 ◦ blue 26

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

Shades of Blackcurrant #12061A

Tints of Blackcurrant #12061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 52%

R = 36%
G = 12%
B = 52%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12061A (or 0x12061A) is known color: Blackcurrant. HEX triplet: 12, 06 and 1A. RGB value is (18,6,26). Sum of RGB (Red+Green+Blue) = 18+6+26=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #12061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12061A is #EDF9E5. Grayscale: #0B0B0B. Windows color (decimal): -15596006 or 1705490. OLE color: 1705490.

HSL color Cylindrical-coordinate representation of color #12061A: hue angle of 276º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12061A is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 6 26 -
CMYK 0.31 0.77 0 0.90
HSL 276º 0.63% 0.06% -
HSV(B) 276º 0.77% 0.1% -
XYZ 0.5 0.33 1.02 -
YUV 11.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 18 6 26 0.31 0.77 0 0.90 276 0.63 0.06
Hex 12 6 1A 1F 4D 0 5A 114 3E 6
Octal 22 6 32 37 115 0 132 424 76 6
Binary 10010 110 11010 11111 1001101 0 1011010 100010100 111110 110

Color Harmonies of #12061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12061A

Black with #12061A

Text Example


Text Example

White with #12061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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