Html Css Color HEX #1F0635 Blackcurrant

📋 copy color: '#1F0635'

red 31 ◦ green 6 ◦ blue 53

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

Shades of Blackcurrant #1F0635

Tints of Blackcurrant #1F0635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 58.89%

R = 34.44%
G = 6.67%
B = 58.89%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1F0635 (or 0x1F0635) is known color: Blackcurrant. HEX triplet: 1F, 06 and 35. RGB value is (31,6,53). Sum of RGB (Red+Green+Blue) = 31+6+53=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #1F0635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0635 is #E0F9CA. Grayscale: #121212. Windows color (decimal): -14744011 or 3474975. OLE color: 3474975.

HSL color Cylindrical-coordinate representation of color #1F0635: hue angle of 271.91º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0635 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 31 6 53 -
CMYK 0.42 0.89 0 0.79
HSL 271.91º 0.8% 0.12% -
HSV(B) 271.91º 0.89% 0.21% -
XYZ 1.27 0.68 3.43 -
YUV 18.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 31 6 53 0.42 0.89 0 0.79 271.91 0.8 0.12
Hex 1F 6 35 2A 59 0 4F 110 50 C
Octal 37 6 65 52 131 0 117 420 120 14
Binary 11111 110 110101 101010 1011001 0 1001111 100010000 1010000 1100

Color Harmonies of #1F0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0635

Black with #1F0635

Text Example


Text Example

White with #1F0635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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