Html Css Color HEX #120827 Blackcurrant

📋 copy color: '#120827'

red 18 ◦ green 8 ◦ blue 39

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

Shades of Blackcurrant #120827

Tints of Blackcurrant #120827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.31%

 BLUE value IS 39 (15.63% from 255) = 60%

R = 27.69%
G = 12.31%
B = 60%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120827 (or 0x120827) is known color: Blackcurrant. HEX triplet: 12, 08 and 27. RGB value is (18,8,39). Sum of RGB (Red+Green+Blue) = 18+8+39=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #120827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120827 is #EDF7D8. Grayscale: #0E0E0E. Windows color (decimal): -15595481 or 2557970. OLE color: 2557970.

HSL color Cylindrical-coordinate representation of color #120827: hue angle of 259.35º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120827 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 8 39 -
CMYK 0.54 0.79 0 0.85
HSL 259.35º 0.66% 0.09% -
HSV(B) 259.35º 0.79% 0.15% -
XYZ 0.7 0.45 1.97 -
YUV 14.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 18 8 39 0.54 0.79 0 0.85 259.35 0.66 0.09
Hex 12 8 27 36 4F 0 55 103 42 9
Octal 22 10 47 66 117 0 125 403 102 11
Binary 10010 1000 100111 110110 1001111 0 1010101 100000011 1000010 1001

Color Harmonies of #120827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120827

Black with #120827

Text Example


Text Example

White with #120827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120827; }

 p { color: rgb(18,8,39); }

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

background-color css

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

 a { background-color: rgb(18,8,39); }

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

border-color css

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

 span { border-color: rgb(18,8,39); }

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