Html Css Color HEX #14003B Blackcurrant

📋 copy color: '#14003B'

red 20 ◦ green 0 ◦ blue 59

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

Shades of Blackcurrant #14003B

Tints of Blackcurrant #14003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 74.68%

R = 25.32%
G = 0%
B = 74.68%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#14003B (or 0x14003B) is known color: Blackcurrant. HEX triplet: 14, 00 and 3B. RGB value is (20,0,59). Sum of RGB (Red+Green+Blue) = 20+0+59=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 59 (23.44% from 255 or 74.68% from 79); Max value from RGB is 59 - color contains mainly: blue. Hex color #14003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14003B is #EBFFC4. Grayscale: #0C0C0C. Windows color (decimal): -15466437 or 3866644. OLE color: 3866644.

HSL color Cylindrical-coordinate representation of color #14003B: hue angle of 260.34º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14003B is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 0 59 -
CMYK 0.66 1 0 0.77
HSL 260.34º 1% 0.12% -
HSV(B) 260.34º 1% 0.23% -
XYZ 1.08 0.46 4.17 -
YUV 12.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 20 0 59 0.66 1 0 0.77 260.34 1 0.12
Hex 14 0 3B 42 64 0 4D 104 64 C
Octal 24 0 73 102 144 0 115 404 144 14
Binary 10100 0 111011 1000010 1100100 0 1001101 100000100 1100100 1100

Color Harmonies of #14003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14003B

Black with #14003B

Text Example


Text Example

White with #14003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14003B; }

 p { color: rgb(20,0,59); }

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

background-color css

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

 a { background-color: rgb(20,0,59); }

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

border-color css

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

 span { border-color: rgb(20,0,59); }

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