Html Css Color HEX #140233 Blackcurrant

📋 copy color: '#140233'

red 20 ◦ green 2 ◦ blue 51

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

Shades of Blackcurrant #140233

Tints of Blackcurrant #140233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.74%

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

R = 27.4%
G = 2.74%
B = 69.86%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#140233 (or 0x140233) is known color: Blackcurrant. HEX triplet: 14, 02 and 33. RGB value is (20,2,51). Sum of RGB (Red+Green+Blue) = 20+2+51=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #140233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140233 is #EBFDCC. Grayscale: #0C0C0C. Windows color (decimal): -15465933 or 3342868. OLE color: 3342868.

HSL color Cylindrical-coordinate representation of color #140233: hue angle of 262.04º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140233 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 2 51 -
CMYK 0.61 0.96 0 0.8
HSL 262.04º 0.92% 0.1% -
HSV(B) 262.04º 0.96% 0.2% -
XYZ 0.91 0.43 3.17 -
YUV 12.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 20 2 51 0.61 0.96 0 0.8 262.04 0.92 0.1
Hex 14 2 33 3D 60 0 50 106 5C A
Octal 24 2 63 75 140 0 120 406 134 12
Binary 10100 10 110011 111101 1100000 0 1010000 100000110 1011100 1010

Color Harmonies of #140233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140233

Black with #140233

Text Example


Text Example

White with #140233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140233; }

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

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

background-color css

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

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

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

border-color css

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

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

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