Html Css Color HEX #12051F Blackcurrant

📋 copy color: '#12051F'

red 18 ◦ green 5 ◦ blue 31

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

Shades of Blackcurrant #12051F

Tints of Blackcurrant #12051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 57.41%

R = 33.33%
G = 9.26%
B = 57.41%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12051F (or 0x12051F) is known color: Blackcurrant. HEX triplet: 12, 05 and 1F. RGB value is (18,5,31). Sum of RGB (Red+Green+Blue) = 18+5+31=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #12051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12051F is #EDFAE0. Grayscale: #0B0B0B. Windows color (decimal): -15596257 or 2032914. OLE color: 2032914.

HSL color Cylindrical-coordinate representation of color #12051F: hue angle of 270º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12051F is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 5 31 -
CMYK 0.42 0.84 0 0.88
HSL 270º 0.72% 0.07% -
HSV(B) 270º 0.84% 0.12% -
XYZ 0.55 0.34 1.33 -
YUV 11.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 18 5 31 0.42 0.84 0 0.88 270 0.72 0.07
Hex 12 5 1F 2A 54 0 58 10E 48 7
Octal 22 5 37 52 124 0 130 416 110 7
Binary 10010 101 11111 101010 1010100 0 1011000 100001110 1001000 111

Color Harmonies of #12051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12051F

Black with #12051F

Text Example


Text Example

White with #12051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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