Html Css Color HEX #1A033E Blackcurrant

📋 copy color: '#1A033E'

red 26 ◦ green 3 ◦ blue 62

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

Shades of Blackcurrant #1A033E

Tints of Blackcurrant #1A033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

 BLUE value IS 62 (24.61% from 255) = 68.13%

R = 28.57%
G = 3.3%
B = 68.13%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1A033E (or 0x1A033E) is known color: Blackcurrant. HEX triplet: 1A, 03 and 3E. RGB value is (26,3,62). Sum of RGB (Red+Green+Blue) = 26+3+62=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 62 (24.61% from 255 or 68.13% from 91); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A033E is #E5FCC1. Grayscale: #101010. Windows color (decimal): -15072450 or 4064026. OLE color: 4064026.

HSL color Cylindrical-coordinate representation of color #1A033E: hue angle of 263.39º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A033E is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 26 3 62 -
CMYK 0.58 0.95 0 0.76
HSL 263.39º 0.91% 0.13% -
HSV(B) 263.39º 0.95% 0.24% -
XYZ 1.33 0.63 4.61 -
YUV 16.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 26 3 62 0.58 0.95 0 0.76 263.39 0.91 0.13
Hex 1A 3 3E 3A 5F 0 4C 107 5B D
Octal 32 3 76 72 137 0 114 407 133 15
Binary 11010 11 111110 111010 1011111 0 1001100 100000111 1011011 1101

Color Harmonies of #1A033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A033E

Black with #1A033E

Text Example


Text Example

White with #1A033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,3,62); }

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

background-color css

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

 a { background-color: rgb(26,3,62); }

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

border-color css

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

 span { border-color: rgb(26,3,62); }

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