Html Css Color HEX #12052E Blackcurrant

📋 copy color: '#12052E'

red 18 ◦ green 5 ◦ blue 46

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

Shades of Blackcurrant #12052E

Tints of Blackcurrant #12052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 66.67%

R = 26.09%
G = 7.25%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12052E (or 0x12052E) is known color: Blackcurrant. HEX triplet: 12, 05 and 2E. RGB value is (18,5,46). Sum of RGB (Red+Green+Blue) = 18+5+46=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #12052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12052E is #EDFAD1. Grayscale: #0D0D0D. Windows color (decimal): -15596242 or 3015954. OLE color: 3015954.

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

Color convert

RGB 18 5 46 -
CMYK 0.61 0.89 0 0.82
HSL 259.02º 0.8% 0.1% -
HSV(B) 259.02º 0.89% 0.18% -
XYZ 0.8 0.43 2.63 -
YUV 13.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 18 5 46 0.61 0.89 0 0.82 259.02 0.8 0.1
Hex 12 5 2E 3D 59 0 52 103 50 A
Octal 22 5 56 75 131 0 122 403 120 12
Binary 10010 101 101110 111101 1011001 0 1010010 100000011 1010000 1010

Color Harmonies of #12052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12052E

Black with #12052E

Text Example


Text Example

White with #12052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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