Html Css Color HEX #140230 Blackcurrant

📋 copy color: '#140230'

red 20 ◦ green 2 ◦ blue 48

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

Shades of Blackcurrant #140230

Tints of Blackcurrant #140230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 68.57%

R = 28.57%
G = 2.86%
B = 68.57%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#140230 (or 0x140230) is known color: Blackcurrant. HEX triplet: 14, 02 and 30. RGB value is (20,2,48). Sum of RGB (Red+Green+Blue) = 20+2+48=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #140230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140230 is #EBFDCF. Grayscale: #0C0C0C. Windows color (decimal): -15465936 or 3146260. OLE color: 3146260.

HSL color Cylindrical-coordinate representation of color #140230: hue angle of 263.48º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140230 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 2 48 -
CMYK 0.58 0.96 0 0.81
HSL 263.48º 0.92% 0.1% -
HSV(B) 263.48º 0.96% 0.19% -
XYZ 0.84 0.41 2.83 -
YUV 12.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 20 2 48 0.58 0.96 0 0.81 263.48 0.92 0.1
Hex 14 2 30 3A 60 0 51 107 5C A
Octal 24 2 60 72 140 0 121 407 134 12
Binary 10100 10 110000 111010 1100000 0 1010001 100000111 1011100 1010

Color Harmonies of #140230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140230

Black with #140230

Text Example


Text Example

White with #140230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140230; }

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

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

background-color css

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

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

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

border-color css

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

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

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