Html Css Color HEX #12031F Blackcurrant

📋 copy color: '#12031F'

red 18 ◦ green 3 ◦ blue 31

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

Shades of Blackcurrant #12031F

Tints of Blackcurrant #12031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.77%

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

R = 34.62%
G = 5.77%
B = 59.62%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12031F (or 0x12031F) is known color: Blackcurrant. HEX triplet: 12, 03 and 1F. RGB value is (18,3,31). Sum of RGB (Red+Green+Blue) = 18+3+31=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #12031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12031F is #EDFCE0. Grayscale: #0A0A0A. Windows color (decimal): -15596769 or 2032402. OLE color: 2032402.

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

Color convert

RGB 18 3 31 -
CMYK 0.42 0.90 0 0.88
HSL 272.14º 0.82% 0.07% -
HSV(B) 272.14º 0.9% 0.12% -
XYZ 0.53 0.29 1.32 -
YUV 10.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 18 3 31 0.42 0.90 0 0.88 272.14 0.82 0.07
Hex 12 3 1F 2A 5A 0 58 110 52 7
Octal 22 3 37 52 132 0 130 420 122 7
Binary 10010 11 11111 101010 1011010 0 1011000 100010000 1010010 111

Color Harmonies of #12031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12031F

Black with #12031F

Text Example


Text Example

White with #12031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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