Html Css Color HEX #1F0323 Blackcurrant

📋 copy color: '#1F0323'

red 31 ◦ green 3 ◦ blue 35

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

Shades of Blackcurrant #1F0323

Tints of Blackcurrant #1F0323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.35%

 BLUE value IS 35 (14.06% from 255) = 50.72%

R = 44.93%
G = 4.35%
B = 50.72%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1F0323 (or 0x1F0323) is known color: Blackcurrant. HEX triplet: 1F, 03 and 23. RGB value is (31,3,35). Sum of RGB (Red+Green+Blue) = 31+3+35=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0323 is #E0FCDC. Grayscale: #0E0E0E. Windows color (decimal): -14744797 or 2294559. OLE color: 2294559.

HSL color Cylindrical-coordinate representation of color #1F0323: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0323 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 31 3 35 -
CMYK 0.11 0.91 0 0.86
HSL 292.5º 0.84% 0.07% -
HSV(B) 292.5º 0.91% 0.14% -
XYZ 0.9 0.48 1.63 -
YUV 15.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 31 3 35 0.11 0.91 0 0.86 292.5 0.84 0.07
Hex 1F 3 23 B 5B 0 56 124 54 7
Octal 37 3 43 13 133 0 126 444 124 7
Binary 11111 11 100011 1011 1011011 0 1010110 100100100 1010100 111

Color Harmonies of #1F0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0323

Black with #1F0323

Text Example


Text Example

White with #1F0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,3,35); }

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

background-color css

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

 a { background-color: rgb(31,3,35); }

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

border-color css

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

 span { border-color: rgb(31,3,35); }

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