Html Css Color HEX #1F0639 Blackcurrant

📋 copy color: '#1F0639'

red 31 ◦ green 6 ◦ blue 57

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

Shades of Blackcurrant #1F0639

Tints of Blackcurrant #1F0639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 60.64%

R = 32.98%
G = 6.38%
B = 60.64%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F0639 (or 0x1F0639) is known color: Blackcurrant. HEX triplet: 1F, 06 and 39. RGB value is (31,6,57). Sum of RGB (Red+Green+Blue) = 31+6+57=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F0639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0639 is #E0F9C6. Grayscale: #131313. Windows color (decimal): -14744007 or 3737119. OLE color: 3737119.

HSL color Cylindrical-coordinate representation of color #1F0639: hue angle of 269.41º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0639 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 6 57 -
CMYK 0.46 0.89 0 0.78
HSL 269.41º 0.81% 0.12% -
HSV(B) 269.41º 0.89% 0.22% -
XYZ 1.37 0.72 3.94 -
YUV 19.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 31 6 57 0.46 0.89 0 0.78 269.41 0.81 0.12
Hex 1F 6 39 2E 59 0 4E 10D 51 C
Octal 37 6 71 56 131 0 116 415 121 14
Binary 11111 110 111001 101110 1011001 0 1001110 100001101 1010001 1100

Color Harmonies of #1F0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0639

Black with #1F0639

Text Example


Text Example

White with #1F0639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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