Html Css Color HEX #140621 Blackcurrant

📋 copy color: '#140621'

red 20 ◦ green 6 ◦ blue 33

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

Shades of Blackcurrant #140621

Tints of Blackcurrant #140621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.17%

 BLUE value IS 33 (13.28% from 255) = 55.93%

R = 33.9%
G = 10.17%
B = 55.93%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140621 (or 0x140621) is known color: Blackcurrant. HEX triplet: 14, 06 and 21. RGB value is (20,6,33). Sum of RGB (Red+Green+Blue) = 20+6+33=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #140621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140621 is #EBF9DE. Grayscale: #0D0D0D. Windows color (decimal): -15464927 or 2164244. OLE color: 2164244.

HSL color Cylindrical-coordinate representation of color #140621: hue angle of 271.11º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #140621 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 6 33 -
CMYK 0.39 0.82 0 0.87
HSL 271.11º 0.69% 0.08% -
HSV(B) 271.11º 0.82% 0.13% -
XYZ 0.63 0.39 1.48 -
YUV 13.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 20 6 33 0.39 0.82 0 0.87 271.11 0.69 0.08
Hex 14 6 21 27 52 0 57 10F 45 8
Octal 24 6 41 47 122 0 127 417 105 10
Binary 10100 110 100001 100111 1010010 0 1010111 100001111 1000101 1000

Color Harmonies of #140621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140621

Black with #140621

Text Example


Text Example

White with #140621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140621; }

 p { color: rgb(20,6,33); }

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

background-color css

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

 a { background-color: rgb(20,6,33); }

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

border-color css

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

 span { border-color: rgb(20,6,33); }

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