Html Css Color HEX #140A23 Blackcurrant

📋 copy color: '#140A23'

red 20 ◦ green 10 ◦ blue 35

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

Shades of Blackcurrant #140A23

Tints of Blackcurrant #140A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.38%

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

R = 30.77%
G = 15.38%
B = 53.85%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140A23 (or 0x140A23) is known color: Blackcurrant. HEX triplet: 14, 0A and 23. RGB value is (20,10,35). Sum of RGB (Red+Green+Blue) = 20+10+35=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #140A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A23 is #EBF5DC. Grayscale: #0F0F0F. Windows color (decimal): -15463901 or 2296340. OLE color: 2296340.

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

Color convert

RGB 20 10 35 -
CMYK 0.43 0.71 0 0.86
HSL 264º 0.56% 0.09% -
HSV(B) 264º 0.71% 0.14% -
XYZ 0.7 0.49 1.65 -
YUV 15.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 20 10 35 0.43 0.71 0 0.86 264 0.56 0.09
Hex 14 A 23 2B 47 0 56 108 38 9
Octal 24 12 43 53 107 0 126 410 70 11
Binary 10100 1010 100011 101011 1000111 0 1010110 100001000 111000 1001

Color Harmonies of #140A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A23

Black with #140A23

Text Example


Text Example

White with #140A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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