Html Css Color HEX #12051B Blackcurrant

📋 copy color: '#12051B'

red 18 ◦ green 5 ◦ blue 27

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

Shades of Blackcurrant #12051B

Tints of Blackcurrant #12051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 54%

R = 36%
G = 10%
B = 54%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12051B (or 0x12051B) is known color: Blackcurrant. HEX triplet: 12, 05 and 1B. RGB value is (18,5,27). Sum of RGB (Red+Green+Blue) = 18+5+27=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #12051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12051B is #EDFAE4. Grayscale: #0B0B0B. Windows color (decimal): -15596261 or 1770770. OLE color: 1770770.

HSL color Cylindrical-coordinate representation of color #12051B: hue angle of 275.45º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12051B is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 5 27 -
CMYK 0.33 0.81 0 0.89
HSL 275.45º 0.69% 0.06% -
HSV(B) 275.45º 0.81% 0.11% -
XYZ 0.5 0.32 1.07 -
YUV 11.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 18 5 27 0.33 0.81 0 0.89 275.45 0.69 0.06
Hex 12 5 1B 21 51 0 59 113 45 6
Octal 22 5 33 41 121 0 131 423 105 6
Binary 10010 101 11011 100001 1010001 0 1011001 100010011 1000101 110

Color Harmonies of #12051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12051B

Black with #12051B

Text Example


Text Example

White with #12051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12051B; }

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

 H1.HeaderClassName
 {
   color: #12051B;
 }
 .AnyTagClassName
 {
   color: #12051B;
 }
</style>

background-color css

<style>
 a { background-color: #12051B; }

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

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

border-color css

<style>
 span { border-color: #12051B; }

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

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