Html Css Color HEX #1A073D Blackcurrant

📋 copy color: '#1A073D'

red 26 ◦ green 7 ◦ blue 61

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

Shades of Blackcurrant #1A073D

Tints of Blackcurrant #1A073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

 BLUE value IS 61 (24.22% from 255) = 64.89%

R = 27.66%
G = 7.45%
B = 64.89%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1A073D (or 0x1A073D) is known color: Blackcurrant. HEX triplet: 1A, 07 and 3D. RGB value is (26,7,61). Sum of RGB (Red+Green+Blue) = 26+7+61=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A073D is #E5F8C2. Grayscale: #121212. Windows color (decimal): -15071427 or 3999514. OLE color: 3999514.

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

Color convert

RGB 26 7 61 -
CMYK 0.57 0.89 0 0.76
HSL 261.11º 0.79% 0.13% -
HSV(B) 261.11º 0.89% 0.24% -
XYZ 1.34 0.71 4.48 -
YUV 18.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 26 7 61 0.57 0.89 0 0.76 261.11 0.79 0.13
Hex 1A 7 3D 39 59 0 4C 105 4F D
Octal 32 7 75 71 131 0 114 405 117 15
Binary 11010 111 111101 111001 1011001 0 1001100 100000101 1001111 1101

Color Harmonies of #1A073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A073D

Black with #1A073D

Text Example


Text Example

White with #1A073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,7,61); }

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

background-color css

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

 a { background-color: rgb(26,7,61); }

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

border-color css

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

 span { border-color: rgb(26,7,61); }

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