Html Css Color HEX #12052D Blackcurrant

📋 copy color: '#12052D'

red 18 ◦ green 5 ◦ blue 45

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

Shades of Blackcurrant #12052D

Tints of Blackcurrant #12052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 66.18%

R = 26.47%
G = 7.35%
B = 66.18%

CMYK

 C value IS 0.6

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12052D (or 0x12052D) is known color: Blackcurrant. HEX triplet: 12, 05 and 2D. RGB value is (18,5,45). Sum of RGB (Red+Green+Blue) = 18+5+45=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #12052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12052D is #EDFAD2. Grayscale: #0D0D0D. Windows color (decimal): -15596243 or 2950418. OLE color: 2950418.

HSL color Cylindrical-coordinate representation of color #12052D: hue angle of 259.5º 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 #12052D is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 5 45 -
CMYK 0.6 0.89 0 0.82
HSL 259.5º 0.8% 0.1% -
HSV(B) 259.5º 0.89% 0.18% -
XYZ 0.78 0.43 2.52 -
YUV 13.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 18 5 45 0.6 0.89 0 0.82 259.5 0.8 0.1
Hex 12 5 2D 3C 59 0 52 104 50 A
Octal 22 5 55 74 131 0 122 404 120 12
Binary 10010 101 101101 111100 1011001 0 1010010 100000100 1010000 1010

Color Harmonies of #12052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12052D

Black with #12052D

Text Example


Text Example

White with #12052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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