Html Css Color HEX #140234 Blackcurrant

📋 copy color: '#140234'

red 20 ◦ green 2 ◦ blue 52

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

Shades of Blackcurrant #140234

Tints of Blackcurrant #140234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 70.27%

R = 27.03%
G = 2.7%
B = 70.27%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140234 (or 0x140234) is known color: Blackcurrant. HEX triplet: 14, 02 and 34. RGB value is (20,2,52). Sum of RGB (Red+Green+Blue) = 20+2+52=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #140234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140234 is #EBFDCB. Grayscale: #0C0C0C. Windows color (decimal): -15465932 or 3408404. OLE color: 3408404.

HSL color Cylindrical-coordinate representation of color #140234: hue angle of 261.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140234 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 2 52 -
CMYK 0.62 0.96 0 0.80
HSL 261.6º 0.93% 0.11% -
HSV(B) 261.6º 0.96% 0.2% -
XYZ 0.93 0.44 3.28 -
YUV 13.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 20 2 52 0.62 0.96 0 0.80 261.6 0.93 0.11
Hex 14 2 34 3E 60 0 50 106 5D B
Octal 24 2 64 76 140 0 120 406 135 13
Binary 10100 10 110100 111110 1100000 0 1010000 100000110 1011101 1011

Color Harmonies of #140234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140234

Black with #140234

Text Example


Text Example

White with #140234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140234; }

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

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

background-color css

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

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

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

border-color css

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

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

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