Html Css Color HEX #12051A Blackcurrant

📋 copy color: '#12051A'

red 18 ◦ green 5 ◦ blue 26

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

Shades of Blackcurrant #12051A

Tints of Blackcurrant #12051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.2%

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

R = 36.73%
G = 10.2%
B = 53.06%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12051A (or 0x12051A) is known color: Blackcurrant. HEX triplet: 12, 05 and 1A. RGB value is (18,5,26). Sum of RGB (Red+Green+Blue) = 18+5+26=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #12051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12051A is #EDFAE5. Grayscale: #0B0B0B. Windows color (decimal): -15596262 or 1705234. OLE color: 1705234.

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

Color convert

RGB 18 5 26 -
CMYK 0.31 0.81 0 0.90
HSL 277.14º 0.68% 0.06% -
HSV(B) 277.14º 0.81% 0.1% -
XYZ 0.49 0.31 1.01 -
YUV 11.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 18 5 26 0.31 0.81 0 0.90 277.14 0.68 0.06
Hex 12 5 1A 1F 51 0 5A 115 44 6
Octal 22 5 32 37 121 0 132 425 104 6
Binary 10010 101 11010 11111 1010001 0 1011010 100010101 1000100 110

Color Harmonies of #12051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12051A

Black with #12051A

Text Example


Text Example

White with #12051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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