Html Css Color HEX #140533 Blackcurrant

📋 copy color: '#140533'

red 20 ◦ green 5 ◦ blue 51

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

Shades of Blackcurrant #140533

Tints of Blackcurrant #140533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.58%

 BLUE value IS 51 (20.31% from 255) = 67.11%

R = 26.32%
G = 6.58%
B = 67.11%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#140533 (or 0x140533) is known color: Blackcurrant. HEX triplet: 14, 05 and 33. RGB value is (20,5,51). Sum of RGB (Red+Green+Blue) = 20+5+51=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #140533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140533 is #EBFACC. Grayscale: #0E0E0E. Windows color (decimal): -15465165 or 3343636. OLE color: 3343636.

HSL color Cylindrical-coordinate representation of color #140533: hue angle of 259.57º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140533 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 5 51 -
CMYK 0.61 0.90 0 0.8
HSL 259.57º 0.82% 0.11% -
HSV(B) 259.57º 0.9% 0.2% -
XYZ 0.94 0.5 3.18 -
YUV 14.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 20 5 51 0.61 0.90 0 0.8 259.57 0.82 0.11
Hex 14 5 33 3D 5A 0 50 104 52 B
Octal 24 5 63 75 132 0 120 404 122 13
Binary 10100 101 110011 111101 1011010 0 1010000 100000100 1010010 1011

Color Harmonies of #140533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140533

Black with #140533

Text Example


Text Example

White with #140533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140533; }

 p { color: rgb(20,5,51); }

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

background-color css

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

 a { background-color: rgb(20,5,51); }

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

border-color css

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

 span { border-color: rgb(20,5,51); }

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