Html Css Color HEX #1F0834 Blackcurrant

📋 copy color: '#1F0834'

red 31 ◦ green 8 ◦ blue 52

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

Shades of Blackcurrant #1F0834

Tints of Blackcurrant #1F0834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 57.14%

R = 34.07%
G = 8.79%
B = 57.14%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1F0834 (or 0x1F0834) is known color: Blackcurrant. HEX triplet: 1F, 08 and 34. RGB value is (31,8,52). Sum of RGB (Red+Green+Blue) = 31+8+52=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F0834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0834 is #E0F7CB. Grayscale: #131313. Windows color (decimal): -14743500 or 3409951. OLE color: 3409951.

HSL color Cylindrical-coordinate representation of color #1F0834: hue angle of 271.36º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F0834 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 31 8 52 -
CMYK 0.40 0.85 0 0.80
HSL 271.36º 0.73% 0.12% -
HSV(B) 271.36º 0.85% 0.2% -
XYZ 1.27 0.71 3.32 -
YUV 19.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 31 8 52 0.40 0.85 0 0.80 271.36 0.73 0.12
Hex 1F 8 34 28 55 0 50 10F 49 C
Octal 37 10 64 50 125 0 120 417 111 14
Binary 11111 1000 110100 101000 1010101 0 1010000 100001111 1001001 1100

Color Harmonies of #1F0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0834

Black with #1F0834

Text Example


Text Example

White with #1F0834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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