Html Css Color HEX #12003A Blackcurrant

📋 copy color: '#12003A'

red 18 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #12003A

Tints of Blackcurrant #12003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 76.32%

R = 23.68%
G = 0%
B = 76.32%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12003A (or 0x12003A) is known color: Blackcurrant. HEX triplet: 12, 00 and 3A. RGB value is (18,0,58). Sum of RGB (Red+Green+Blue) = 18+0+58=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 58 (23.05% from 255 or 76.32% from 76); Max value from RGB is 58 - color contains mainly: blue. Hex color #12003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12003A is #EDFFC5. Grayscale: #0B0B0B. Windows color (decimal): -15597510 or 3801106. OLE color: 3801106.

HSL color Cylindrical-coordinate representation of color #12003A: hue angle of 258.62º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12003A is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 0 58 -
CMYK 0.69 1 0 0.77
HSL 258.62º 1% 0.11% -
HSV(B) 258.62º 1% 0.23% -
XYZ 1.01 0.43 4.03 -
YUV 11.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 18 0 58 0.69 1 0 0.77 258.62 1 0.11
Hex 12 0 3A 45 64 0 4D 103 64 B
Octal 22 0 72 105 144 0 115 403 144 13
Binary 10010 0 111010 1000101 1100100 0 1001101 100000011 1100100 1011

Color Harmonies of #12003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12003A

Black with #12003A

Text Example


Text Example

White with #12003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,0,58); }

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

background-color css

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

 a { background-color: rgb(18,0,58); }

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

border-color css

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

 span { border-color: rgb(18,0,58); }

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