Html Css Color HEX #140A25 Blackcurrant

📋 copy color: '#140A25'

red 20 ◦ green 10 ◦ blue 37

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

Shades of Blackcurrant #140A25

Tints of Blackcurrant #140A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.93%

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

R = 29.85%
G = 14.93%
B = 55.22%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140A25 (or 0x140A25) is known color: Blackcurrant. HEX triplet: 14, 0A and 25. RGB value is (20,10,37). Sum of RGB (Red+Green+Blue) = 20+10+37=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #140A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A25 is #EBF5DA. Grayscale: #0F0F0F. Windows color (decimal): -15463899 or 2427412. OLE color: 2427412.

HSL color Cylindrical-coordinate representation of color #140A25: hue angle of 262.22º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #140A25 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 10 37 -
CMYK 0.46 0.73 0 0.85
HSL 262.22º 0.57% 0.09% -
HSV(B) 262.22º 0.73% 0.15% -
XYZ 0.73 0.5 1.81 -
YUV 16.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 20 10 37 0.46 0.73 0 0.85 262.22 0.57 0.09
Hex 14 A 25 2E 49 0 55 106 39 9
Octal 24 12 45 56 111 0 125 406 71 11
Binary 10100 1010 100101 101110 1001001 0 1010101 100000110 111001 1001

Color Harmonies of #140A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A25

Black with #140A25

Text Example


Text Example

White with #140A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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