Html Css Color HEX #12052C Blackcurrant

📋 copy color: '#12052C'

red 18 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #12052C

Tints of Blackcurrant #12052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 65.67%

R = 26.87%
G = 7.46%
B = 65.67%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#12052C (or 0x12052C) is known color: Blackcurrant. HEX triplet: 12, 05 and 2C. RGB value is (18,5,44). Sum of RGB (Red+Green+Blue) = 18+5+44=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #12052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12052C is #EDFAD3. Grayscale: #0D0D0D. Windows color (decimal): -15596244 or 2884882. OLE color: 2884882.

HSL color Cylindrical-coordinate representation of color #12052C: hue angle of 260º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12052C is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 5 44 -
CMYK 0.59 0.89 0 0.83
HSL 260º 0.8% 0.1% -
HSV(B) 260º 0.89% 0.17% -
XYZ 0.76 0.42 2.42 -
YUV 13.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 18 5 44 0.59 0.89 0 0.83 260 0.8 0.1
Hex 12 5 2C 3B 59 0 53 104 50 A
Octal 22 5 54 73 131 0 123 404 120 12
Binary 10010 101 101100 111011 1011001 0 1010011 100000100 1010000 1010

Color Harmonies of #12052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12052C

Black with #12052C

Text Example


Text Example

White with #12052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12052C; }

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

 H1.HeaderClassName
 {
   color: #12052C;
 }
 .AnyTagClassName
 {
   color: #12052C;
 }
</style>

background-color css

<style>
 a { background-color: #12052C; }

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

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

border-color css

<style>
 span { border-color: #12052C; }

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

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