Html Css Color HEX #140825 Blackcurrant

📋 copy color: '#140825'

red 20 ◦ green 8 ◦ blue 37

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

Shades of Blackcurrant #140825

Tints of Blackcurrant #140825

RGB

 RED value IS 20 (8.2% from 255) = 30.77%

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

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

R = 30.77%
G = 12.31%
B = 56.92%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140825 (or 0x140825) is known color: Blackcurrant. HEX triplet: 14, 08 and 25. RGB value is (20,8,37). Sum of RGB (Red+Green+Blue) = 20+8+37=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #140825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140825 is #EBF7DA. Grayscale: #0E0E0E. Windows color (decimal): -15464411 or 2426900. OLE color: 2426900.

HSL color Cylindrical-coordinate representation of color #140825: hue angle of 264.83º 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 #140825 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 8 37 -
CMYK 0.46 0.78 0 0.85
HSL 264.83º 0.64% 0.09% -
HSV(B) 264.83º 0.78% 0.15% -
XYZ 0.71 0.46 1.8 -
YUV 14.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 20 8 37 0.46 0.78 0 0.85 264.83 0.64 0.09
Hex 14 8 25 2E 4E 0 55 109 40 9
Octal 24 10 45 56 116 0 125 411 100 11
Binary 10100 1000 100101 101110 1001110 0 1010101 100001001 1000000 1001

Color Harmonies of #140825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140825

Black with #140825

Text Example


Text Example

White with #140825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140825; }

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

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

background-color css

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

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

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

border-color css

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

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

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