Html Css Color HEX #130038 Blackcurrant

📋 copy color: '#130038'

red 19 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #130038

Tints of Blackcurrant #130038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 74.67%

R = 25.33%
G = 0%
B = 74.67%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130038 (or 0x130038) is known color: Blackcurrant. HEX triplet: 13, 00 and 38. RGB value is (19,0,56). Sum of RGB (Red+Green+Blue) = 19+0+56=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 56 (22.27% from 255 or 74.67% from 75); Max value from RGB is 56 - color contains mainly: blue. Hex color #130038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130038 is #ECFFC7. Grayscale: #0B0B0B. Windows color (decimal): -15531976 or 3670035. OLE color: 3670035.

HSL color Cylindrical-coordinate representation of color #130038: hue angle of 260.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130038 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 0 56 -
CMYK 0.66 1 0 0.78
HSL 260.36º 1% 0.11% -
HSV(B) 260.36º 1% 0.22% -
XYZ 0.98 0.42 3.77 -
YUV 12.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 19 0 56 0.66 1 0 0.78 260.36 1 0.11
Hex 13 0 38 42 64 0 4E 104 64 B
Octal 23 0 70 102 144 0 116 404 144 13
Binary 10011 0 111000 1000010 1100100 0 1001110 100000100 1100100 1011

Color Harmonies of #130038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130038

Black with #130038

Text Example


Text Example

White with #130038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130038; }

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

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

background-color css

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

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

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

border-color css

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

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

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