Html Css Color HEX #140921 Blackcurrant

📋 copy color: '#140921'

red 20 ◦ green 9 ◦ blue 33

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

Shades of Blackcurrant #140921

Tints of Blackcurrant #140921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.52%

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

R = 32.26%
G = 14.52%
B = 53.23%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140921 (or 0x140921) is known color: Blackcurrant. HEX triplet: 14, 09 and 21. RGB value is (20,9,33). Sum of RGB (Red+Green+Blue) = 20+9+33=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #140921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140921 is #EBF6DE. Grayscale: #0E0E0E. Windows color (decimal): -15464159 or 2165012. OLE color: 2165012.

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

Color convert

RGB 20 9 33 -
CMYK 0.39 0.73 0 0.87
HSL 267.5º 0.57% 0.08% -
HSV(B) 267.5º 0.73% 0.13% -
XYZ 0.66 0.45 1.49 -
YUV 15.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 20 9 33 0.39 0.73 0 0.87 267.5 0.57 0.08
Hex 14 9 21 27 49 0 57 10C 39 8
Octal 24 11 41 47 111 0 127 414 71 10
Binary 10100 1001 100001 100111 1001001 0 1010111 100001100 111001 1000

Color Harmonies of #140921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140921

Black with #140921

Text Example


Text Example

White with #140921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140921; }

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

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

background-color css

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

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

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

border-color css

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

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

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