Html Css Color HEX #12081A Blackcurrant

📋 copy color: '#12081A'

red 18 ◦ green 8 ◦ blue 26

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

Shades of Blackcurrant #12081A

Tints of Blackcurrant #12081A

RGB

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

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

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

R = 34.62%
G = 15.38%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12081A (or 0x12081A) is known color: Blackcurrant. HEX triplet: 12, 08 and 1A. RGB value is (18,8,26). Sum of RGB (Red+Green+Blue) = 18+8+26=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #12081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12081A is #EDF7E5. Grayscale: #0C0C0C. Windows color (decimal): -15595494 or 1706002. OLE color: 1706002.

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

Color convert

RGB 18 8 26 -
CMYK 0.31 0.69 0 0.90
HSL 273.33º 0.53% 0.07% -
HSV(B) 273.33º 0.69% 0.1% -
XYZ 0.52 0.38 1.02 -
YUV 13.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 18 8 26 0.31 0.69 0 0.90 273.33 0.53 0.07
Hex 12 8 1A 1F 45 0 5A 111 35 7
Octal 22 10 32 37 105 0 132 421 65 7
Binary 10010 1000 11010 11111 1000101 0 1011010 100010001 110101 111

Color Harmonies of #12081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12081A

Black with #12081A

Text Example


Text Example

White with #12081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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