Html Css Color HEX #1A091F Blackcurrant

📋 copy color: '#1A091F'

red 26 ◦ green 9 ◦ blue 31

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

Shades of Blackcurrant #1A091F

Tints of Blackcurrant #1A091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.64%

 BLUE value IS 31 (12.5% from 255) = 46.97%

R = 39.39%
G = 13.64%
B = 46.97%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1A091F (or 0x1A091F) is known color: Blackcurrant. HEX triplet: 1A, 09 and 1F. RGB value is (26,9,31). Sum of RGB (Red+Green+Blue) = 26+9+31=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A091F is #E5F6E0. Grayscale: #101010. Windows color (decimal): -15070945 or 2033946. OLE color: 2033946.

HSL color Cylindrical-coordinate representation of color #1A091F: hue angle of 286.36º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A091F is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 9 31 -
CMYK 0.16 0.71 0 0.88
HSL 286.36º 0.55% 0.08% -
HSV(B) 286.36º 0.71% 0.12% -
XYZ 0.77 0.51 1.35 -
YUV 16.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 26 9 31 0.16 0.71 0 0.88 286.36 0.55 0.08
Hex 1A 9 1F 10 47 0 58 11E 37 8
Octal 32 11 37 20 107 0 130 436 67 10
Binary 11010 1001 11111 10000 1000111 0 1011000 100011110 110111 1000

Color Harmonies of #1A091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A091F

Black with #1A091F

Text Example


Text Example

White with #1A091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,9,31); }

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

background-color css

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

 a { background-color: rgb(26,9,31); }

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

border-color css

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

 span { border-color: rgb(26,9,31); }

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