Html Css Color HEX #140430 Blackcurrant

📋 copy color: '#140430'

red 20 ◦ green 4 ◦ blue 48

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

Shades of Blackcurrant #140430

Tints of Blackcurrant #140430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.56%

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

R = 27.78%
G = 5.56%
B = 66.67%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#140430 (or 0x140430) is known color: Blackcurrant. HEX triplet: 14, 04 and 30. RGB value is (20,4,48). Sum of RGB (Red+Green+Blue) = 20+4+48=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #140430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140430 is #EBFBCF. Grayscale: #0D0D0D. Windows color (decimal): -15465424 or 3146772. OLE color: 3146772.

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

Color convert

RGB 20 4 48 -
CMYK 0.58 0.92 0 0.81
HSL 261.82º 0.85% 0.1% -
HSV(B) 261.82º 0.92% 0.19% -
XYZ 0.87 0.45 2.84 -
YUV 13.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 20 4 48 0.58 0.92 0 0.81 261.82 0.85 0.1
Hex 14 4 30 3A 5C 0 51 106 55 A
Octal 24 4 60 72 134 0 121 406 125 12
Binary 10100 100 110000 111010 1011100 0 1010001 100000110 1010101 1010

Color Harmonies of #140430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140430

Black with #140430

Text Example


Text Example

White with #140430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140430; }

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

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

background-color css

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

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

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

border-color css

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

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

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