Html Css Color HEX #140334 Blackcurrant

📋 copy color: '#140334'

red 20 ◦ green 3 ◦ blue 52

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

Shades of Blackcurrant #140334

Tints of Blackcurrant #140334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

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

R = 26.67%
G = 4%
B = 69.33%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140334 (or 0x140334) is known color: Blackcurrant. HEX triplet: 14, 03 and 34. RGB value is (20,3,52). Sum of RGB (Red+Green+Blue) = 20+3+52=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #140334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140334 is #EBFCCB. Grayscale: #0D0D0D. Windows color (decimal): -15465676 or 3408660. OLE color: 3408660.

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

Color convert

RGB 20 3 52 -
CMYK 0.62 0.94 0 0.80
HSL 260.82º 0.89% 0.11% -
HSV(B) 260.82º 0.94% 0.2% -
XYZ 0.94 0.46 3.29 -
YUV 13.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 20 3 52 0.62 0.94 0 0.80 260.82 0.89 0.11
Hex 14 3 34 3E 5E 0 50 105 59 B
Octal 24 3 64 76 136 0 120 405 131 13
Binary 10100 11 110100 111110 1011110 0 1010000 100000101 1011001 1011

Color Harmonies of #140334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140334

Black with #140334

Text Example


Text Example

White with #140334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140334; }

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

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

background-color css

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

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

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

border-color css

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

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

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