Html Css Color HEX #140225 Blackcurrant

📋 copy color: '#140225'

red 20 ◦ green 2 ◦ blue 37

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

Shades of Blackcurrant #140225

Tints of Blackcurrant #140225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.39%

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

R = 33.9%
G = 3.39%
B = 62.71%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140225 (or 0x140225) is known color: Blackcurrant. HEX triplet: 14, 02 and 25. RGB value is (20,2,37). Sum of RGB (Red+Green+Blue) = 20+2+37=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #140225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140225 is #EBFDDA. Grayscale: #0B0B0B. Windows color (decimal): -15465947 or 2425364. OLE color: 2425364.

HSL color Cylindrical-coordinate representation of color #140225: hue angle of 270.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140225 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 2 37 -
CMYK 0.46 0.95 0 0.85
HSL 270.86º 0.9% 0.08% -
HSV(B) 270.86º 0.95% 0.15% -
XYZ 0.64 0.33 1.78 -
YUV 11.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 20 2 37 0.46 0.95 0 0.85 270.86 0.9 0.08
Hex 14 2 25 2E 5F 0 55 10F 5A 8
Octal 24 2 45 56 137 0 125 417 132 10
Binary 10100 10 100101 101110 1011111 0 1010101 100001111 1011010 1000

Color Harmonies of #140225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140225

Black with #140225

Text Example


Text Example

White with #140225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140225; }

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

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

background-color css

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

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

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

border-color css

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

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

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