Html Css Color HEX #12031A Blackcurrant

📋 copy color: '#12031A'

red 18 ◦ green 3 ◦ blue 26

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

Shades of Blackcurrant #12031A

Tints of Blackcurrant #12031A

RGB

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

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

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

R = 38.3%
G = 6.38%
B = 55.32%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12031A (or 0x12031A) is known color: Blackcurrant. HEX triplet: 12, 03 and 1A. RGB value is (18,3,26). Sum of RGB (Red+Green+Blue) = 18+3+26=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #12031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12031A is #EDFCE5. Grayscale: #0A0A0A. Windows color (decimal): -15596774 or 1704722. OLE color: 1704722.

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

Color convert

RGB 18 3 26 -
CMYK 0.31 0.88 0 0.90
HSL 279.13º 0.79% 0.06% -
HSV(B) 279.13º 0.88% 0.1% -
XYZ 0.47 0.27 1 -
YUV 10.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 18 3 26 0.31 0.88 0 0.90 279.13 0.79 0.06
Hex 12 3 1A 1F 58 0 5A 117 4F 6
Octal 22 3 32 37 130 0 132 427 117 6
Binary 10010 11 11010 11111 1011000 0 1011010 100010111 1001111 110

Color Harmonies of #12031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12031A

Black with #12031A

Text Example


Text Example

White with #12031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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