Html Css Color HEX #1F0A39 Blackcurrant

📋 copy color: '#1F0A39'

red 31 ◦ green 10 ◦ blue 57

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

Shades of Blackcurrant #1F0A39

Tints of Blackcurrant #1F0A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.2%

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

R = 31.63%
G = 10.2%
B = 58.16%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F0A39 (or 0x1F0A39) is known color: Blackcurrant. HEX triplet: 1F, 0A and 39. RGB value is (31,10,57). Sum of RGB (Red+Green+Blue) = 31+10+57=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F0A39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0A39 is #E0F5C6. Grayscale: #151515. Windows color (decimal): -14742983 or 3738143. OLE color: 3738143.

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

Color convert

RGB 31 10 57 -
CMYK 0.46 0.82 0 0.78
HSL 266.81º 0.7% 0.13% -
HSV(B) 266.81º 0.82% 0.22% -
XYZ 1.41 0.8 3.95 -
YUV 21.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 31 10 57 0.46 0.82 0 0.78 266.81 0.7 0.13
Hex 1F A 39 2E 52 0 4E 10B 46 D
Octal 37 12 71 56 122 0 116 413 106 15
Binary 11111 1010 111001 101110 1010010 0 1001110 100001011 1000110 1101

Color Harmonies of #1F0A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0A39

Black with #1F0A39

Text Example


Text Example

White with #1F0A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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