Html Css Color HEX #1F132B Blackcurrant

📋 copy color: '#1F132B'

red 31 ◦ green 19 ◦ blue 43

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

Shades of Blackcurrant #1F132B

Tints of Blackcurrant #1F132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 46.24%

R = 33.33%
G = 20.43%
B = 46.24%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1F132B (or 0x1F132B) is known color: Blackcurrant. HEX triplet: 1F, 13 and 2B. RGB value is (31,19,43). Sum of RGB (Red+Green+Blue) = 31+19+43=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F132B is #E0ECD4. Grayscale: #191919. Windows color (decimal): -14740693 or 2822943. OLE color: 2822943.

HSL color Cylindrical-coordinate representation of color #1F132B: hue angle of 270º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F132B is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 31 19 43 -
CMYK 0.28 0.56 0 0.83
HSL 270º 0.39% 0.12% -
HSV(B) 270º 0.56% 0.17% -
XYZ 1.23 0.93 2.4 -
YUV 25.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 31 19 43 0.28 0.56 0 0.83 270 0.39 0.12
Hex 1F 13 2B 1C 38 0 53 10E 27 C
Octal 37 23 53 34 70 0 123 416 47 14
Binary 11111 10011 101011 11100 111000 0 1010011 100001110 100111 1100

Color Harmonies of #1F132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F132B

Black with #1F132B

Text Example


Text Example

White with #1F132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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