Html Css Color HEX #1A002F Blackcurrant

📋 copy color: '#1A002F'

red 26 ◦ green 0 ◦ blue 47

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

Shades of Blackcurrant #1A002F

Tints of Blackcurrant #1A002F

RGB

 RED value IS 26 (10.55% from 255) = 35.62%

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

 BLUE value IS 47 (18.75% from 255) = 64.38%

R = 35.62%
G = 0%
B = 64.38%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1A002F (or 0x1A002F) is known color: Blackcurrant. HEX triplet: 1A, 00 and 2F. RGB value is (26,0,47). Sum of RGB (Red+Green+Blue) = 26+0+47=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A002F is #E5FFD0. Grayscale: #0C0C0C. Windows color (decimal): -15073233 or 3080218. OLE color: 3080218.

HSL color Cylindrical-coordinate representation of color #1A002F: hue angle of 273.19º 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 #1A002F is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 26 0 47 -
CMYK 0.45 1 0 0.82
HSL 273.19º 1% 0.09% -
HSV(B) 273.19º 1% 0.18% -
XYZ 0.94 0.42 2.72 -
YUV 13.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 26 0 47 0.45 1 0 0.82 273.19 1 0.09
Hex 1A 0 2F 2D 64 0 52 111 64 9
Octal 32 0 57 55 144 0 122 421 144 11
Binary 11010 0 101111 101101 1100100 0 1010010 100010001 1100100 1001

Color Harmonies of #1A002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A002F

Black with #1A002F

Text Example


Text Example

White with #1A002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A002F; }

 p { color: rgb(26,0,47); }

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

background-color css

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

 a { background-color: rgb(26,0,47); }

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

border-color css

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

 span { border-color: rgb(26,0,47); }

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