Html Css Color HEX #1F0823 Blackcurrant

📋 copy color: '#1F0823'

red 31 ◦ green 8 ◦ blue 35

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

Shades of Blackcurrant #1F0823

Tints of Blackcurrant #1F0823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.81%

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

R = 41.89%
G = 10.81%
B = 47.3%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1F0823 (or 0x1F0823) is known color: Blackcurrant. HEX triplet: 1F, 08 and 23. RGB value is (31,8,35). Sum of RGB (Red+Green+Blue) = 31+8+35=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F0823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0823 is #E0F7DC. Grayscale: #111111. Windows color (decimal): -14743517 or 2295839. OLE color: 2295839.

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

Color convert

RGB 31 8 35 -
CMYK 0.11 0.77 0 0.86
HSL 291.11º 0.63% 0.08% -
HSV(B) 291.11º 0.77% 0.14% -
XYZ 0.96 0.59 1.65 -
YUV 17.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 31 8 35 0.11 0.77 0 0.86 291.11 0.63 0.08
Hex 1F 8 23 B 4D 0 56 123 3F 8
Octal 37 10 43 13 115 0 126 443 77 10
Binary 11111 1000 100011 1011 1001101 0 1010110 100100011 111111 1000

Color Harmonies of #1F0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0823

Black with #1F0823

Text Example


Text Example

White with #1F0823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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