Html Css Color HEX #1F092D Blackcurrant

📋 copy color: '#1F092D'

red 31 ◦ green 9 ◦ blue 45

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

Shades of Blackcurrant #1F092D

Tints of Blackcurrant #1F092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 52.94%

R = 36.47%
G = 10.59%
B = 52.94%

CMYK

 C value IS 0.31

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F092D (or 0x1F092D) is known color: Blackcurrant. HEX triplet: 1F, 09 and 2D. RGB value is (31,9,45). Sum of RGB (Red+Green+Blue) = 31+9+45=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F092D is #E0F6D2. Grayscale: #131313. Windows color (decimal): -14743251 or 2951455. OLE color: 2951455.

HSL color Cylindrical-coordinate representation of color #1F092D: hue angle of 276.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F092D is Cyan = 0.31, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 31 9 45 -
CMYK 0.31 0.8 0 0.82
HSL 276.67º 0.67% 0.11% -
HSV(B) 276.67º 0.8% 0.18% -
XYZ 1.14 0.68 2.55 -
YUV 19.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 31 9 45 0.31 0.8 0 0.82 276.67 0.67 0.11
Hex 1F 9 2D 1F 50 0 52 115 43 B
Octal 37 11 55 37 120 0 122 425 103 13
Binary 11111 1001 101101 11111 1010000 0 1010010 100010101 1000011 1011

Color Harmonies of #1F092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F092D

Black with #1F092D

Text Example


Text Example

White with #1F092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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