Html Css Color HEX #1F132D Blackcurrant

📋 copy color: '#1F132D'

red 31 ◦ green 19 ◦ blue 45

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

Shades of Blackcurrant #1F132D

Tints of Blackcurrant #1F132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

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

R = 32.63%
G = 20%
B = 47.37%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F132D (or 0x1F132D) is known color: Blackcurrant. HEX triplet: 1F, 13 and 2D. RGB value is (31,19,45). Sum of RGB (Red+Green+Blue) = 31+19+45=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F132D is #E0ECD2. Grayscale: #191919. Windows color (decimal): -14740691 or 2954015. OLE color: 2954015.

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

Color convert

RGB 31 19 45 -
CMYK 0.31 0.58 0 0.82
HSL 267.69º 0.41% 0.13% -
HSV(B) 267.69º 0.58% 0.18% -
XYZ 1.27 0.95 2.6 -
YUV 25.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 31 19 45 0.31 0.58 0 0.82 267.69 0.41 0.13
Hex 1F 13 2D 1F 3A 0 52 10C 29 D
Octal 37 23 55 37 72 0 122 414 51 15
Binary 11111 10011 101101 11111 111010 0 1010010 100001100 101001 1101

Color Harmonies of #1F132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F132D

Black with #1F132D

Text Example


Text Example

White with #1F132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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