Html Css Color HEX #1F093A Blackcurrant

📋 copy color: '#1F093A'

red 31 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #1F093A

Tints of Blackcurrant #1F093A

RGB

 RED value IS 31 (12.5% from 255) = 31.63%

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

 BLUE value IS 58 (23.05% from 255) = 59.18%

R = 31.63%
G = 9.18%
B = 59.18%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F093A (or 0x1F093A) is known color: Blackcurrant. HEX triplet: 1F, 09 and 3A. RGB value is (31,9,58). Sum of RGB (Red+Green+Blue) = 31+9+58=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F093A is #E0F6C5. Grayscale: #141414. Windows color (decimal): -14743238 or 3803423. OLE color: 3803423.

HSL color Cylindrical-coordinate representation of color #1F093A: hue angle of 266.94º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F093A is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 31 9 58 -
CMYK 0.47 0.84 0 0.77
HSL 266.94º 0.73% 0.13% -
HSV(B) 266.94º 0.84% 0.23% -
XYZ 1.43 0.79 4.08 -
YUV 21.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 31 9 58 0.47 0.84 0 0.77 266.94 0.73 0.13
Hex 1F 9 3A 2F 54 0 4D 10B 49 D
Octal 37 11 72 57 124 0 115 413 111 15
Binary 11111 1001 111010 101111 1010100 0 1001101 100001011 1001001 1101

Color Harmonies of #1F093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F093A

Black with #1F093A

Text Example


Text Example

White with #1F093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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