Html Css Color HEX #12032F Blackcurrant

📋 copy color: '#12032F'

red 18 ◦ green 3 ◦ blue 47

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

Shades of Blackcurrant #12032F

Tints of Blackcurrant #12032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 69.12%

R = 26.47%
G = 4.41%
B = 69.12%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12032F (or 0x12032F) is known color: Blackcurrant. HEX triplet: 12, 03 and 2F. RGB value is (18,3,47). Sum of RGB (Red+Green+Blue) = 18+3+47=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #12032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12032F is #EDFCD0. Grayscale: #0C0C0C. Windows color (decimal): -15596753 or 3080978. OLE color: 3080978.

HSL color Cylindrical-coordinate representation of color #12032F: hue angle of 260.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12032F is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 3 47 -
CMYK 0.62 0.94 0 0.82
HSL 260.45º 0.88% 0.1% -
HSV(B) 260.45º 0.94% 0.18% -
XYZ 0.8 0.4 2.72 -
YUV 12.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 18 3 47 0.62 0.94 0 0.82 260.45 0.88 0.1
Hex 12 3 2F 3E 5E 0 52 104 58 A
Octal 22 3 57 76 136 0 122 404 130 12
Binary 10010 11 101111 111110 1011110 0 1010010 100000100 1011000 1010

Color Harmonies of #12032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12032F

Black with #12032F

Text Example


Text Example

White with #12032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12032F; }

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

 H1.HeaderClassName
 {
   color: #12032F;
 }
 .AnyTagClassName
 {
   color: #12032F;
 }
</style>

background-color css

<style>
 a { background-color: #12032F; }

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

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

border-color css

<style>
 span { border-color: #12032F; }

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

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