Html Css Color HEX #120825 Blackcurrant

📋 copy color: '#120825'

red 18 ◦ green 8 ◦ blue 37

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

Shades of Blackcurrant #120825

Tints of Blackcurrant #120825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 58.73%

R = 28.57%
G = 12.7%
B = 58.73%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120825 (or 0x120825) is known color: Blackcurrant. HEX triplet: 12, 08 and 25. RGB value is (18,8,37). Sum of RGB (Red+Green+Blue) = 18+8+37=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #120825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120825 is #EDF7DA. Grayscale: #0E0E0E. Windows color (decimal): -15595483 or 2426898. OLE color: 2426898.

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

Color convert

RGB 18 8 37 -
CMYK 0.51 0.78 0 0.85
HSL 260.69º 0.64% 0.09% -
HSV(B) 260.69º 0.78% 0.15% -
XYZ 0.67 0.44 1.8 -
YUV 14.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 18 8 37 0.51 0.78 0 0.85 260.69 0.64 0.09
Hex 12 8 25 33 4E 0 55 105 40 9
Octal 22 10 45 63 116 0 125 405 100 11
Binary 10010 1000 100101 110011 1001110 0 1010101 100000101 1000000 1001

Color Harmonies of #120825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120825

Black with #120825

Text Example


Text Example

White with #120825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120825; }

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

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

background-color css

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

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

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

border-color css

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

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

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