Html Css Color HEX #1F0623 Blackcurrant

📋 copy color: '#1F0623'

red 31 ◦ green 6 ◦ blue 35

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

Shades of Blackcurrant #1F0623

Tints of Blackcurrant #1F0623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.33%

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

R = 43.06%
G = 8.33%
B = 48.61%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1F0623 (or 0x1F0623) is known color: Blackcurrant. HEX triplet: 1F, 06 and 23. RGB value is (31,6,35). Sum of RGB (Red+Green+Blue) = 31+6+35=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F0623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0623 is #E0F9DC. Grayscale: #101010. Windows color (decimal): -14744029 or 2295327. OLE color: 2295327.

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

Color convert

RGB 31 6 35 -
CMYK 0.11 0.83 0 0.86
HSL 291.72º 0.71% 0.08% -
HSV(B) 291.72º 0.83% 0.14% -
XYZ 0.93 0.54 1.65 -
YUV 16.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 31 6 35 0.11 0.83 0 0.86 291.72 0.71 0.08
Hex 1F 6 23 B 53 0 56 124 47 8
Octal 37 6 43 13 123 0 126 444 107 10
Binary 11111 110 100011 1011 1010011 0 1010110 100100100 1000111 1000

Color Harmonies of #1F0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0623

Black with #1F0623

Text Example


Text Example

White with #1F0623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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