Html Css Color HEX #140923 Blackcurrant

📋 copy color: '#140923'

red 20 ◦ green 9 ◦ blue 35

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

Shades of Blackcurrant #140923

Tints of Blackcurrant #140923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 54.69%

R = 31.25%
G = 14.06%
B = 54.69%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140923 (or 0x140923) is known color: Blackcurrant. HEX triplet: 14, 09 and 23. RGB value is (20,9,35). Sum of RGB (Red+Green+Blue) = 20+9+35=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #140923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140923 is #EBF6DC. Grayscale: #0F0F0F. Windows color (decimal): -15464157 or 2296084. OLE color: 2296084.

HSL color Cylindrical-coordinate representation of color #140923: hue angle of 265.38º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #140923 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 9 35 -
CMYK 0.43 0.74 0 0.86
HSL 265.38º 0.59% 0.09% -
HSV(B) 265.38º 0.74% 0.14% -
XYZ 0.69 0.47 1.64 -
YUV 15.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 20 9 35 0.43 0.74 0 0.86 265.38 0.59 0.09
Hex 14 9 23 2B 4A 0 56 109 3B 9
Octal 24 11 43 53 112 0 126 411 73 11
Binary 10100 1001 100011 101011 1001010 0 1010110 100001001 111011 1001

Color Harmonies of #140923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140923

Black with #140923

Text Example


Text Example

White with #140923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140923; }

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

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

background-color css

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

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

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

border-color css

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

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

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