Html Css Color HEX #13002D Blackcurrant

📋 copy color: '#13002D'

red 19 ◦ green 0 ◦ blue 45

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

Shades of Blackcurrant #13002D

Tints of Blackcurrant #13002D

RGB

 RED value IS 19 (7.81% from 255) = 29.69%

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

 BLUE value IS 45 (17.97% from 255) = 70.31%

R = 29.69%
G = 0%
B = 70.31%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13002D (or 0x13002D) is known color: Blackcurrant. HEX triplet: 13, 00 and 2D. RGB value is (19,0,45). Sum of RGB (Red+Green+Blue) = 19+0+45=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #13002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13002D is #ECFFD2. Grayscale: #0A0A0A. Windows color (decimal): -15531987 or 2949139. OLE color: 2949139.

HSL color Cylindrical-coordinate representation of color #13002D: hue angle of 265.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13002D is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 0 45 -
CMYK 0.58 1 0 0.82
HSL 265.33º 1% 0.09% -
HSV(B) 265.33º 1% 0.18% -
XYZ 0.74 0.33 2.51 -
YUV 10.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 19 0 45 0.58 1 0 0.82 265.33 1 0.09
Hex 13 0 2D 3A 64 0 52 109 64 9
Octal 23 0 55 72 144 0 122 411 144 11
Binary 10011 0 101101 111010 1100100 0 1010010 100001001 1100100 1001

Color Harmonies of #13002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13002D

Black with #13002D

Text Example


Text Example

White with #13002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13002D; }

 p { color: rgb(19,0,45); }

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

background-color css

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

 a { background-color: rgb(19,0,45); }

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

border-color css

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

 span { border-color: rgb(19,0,45); }

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