Html Css Color HEX #1F0038 Blackcurrant

📋 copy color: '#1F0038'

red 31 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #1F0038

Tints of Blackcurrant #1F0038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 64.37%

R = 35.63%
G = 0%
B = 64.37%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F0038 (or 0x1F0038) is known color: Blackcurrant. HEX triplet: 1F, 00 and 38. RGB value is (31,0,56). Sum of RGB (Red+Green+Blue) = 31+0+56=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0038 is #E0FFC7. Grayscale: #0F0F0F. Windows color (decimal): -14745544 or 3670047. OLE color: 3670047.

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

Color convert

RGB 31 0 56 -
CMYK 0.45 1 0 0.78
HSL 273.21º 1% 0.11% -
HSV(B) 273.21º 1% 0.22% -
XYZ 1.28 0.58 3.79 -
YUV 15.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 31 0 56 0.45 1 0 0.78 273.21 1 0.11
Hex 1F 0 38 2D 64 0 4E 111 64 B
Octal 37 0 70 55 144 0 116 421 144 13
Binary 11111 0 111000 101101 1100100 0 1001110 100010001 1100100 1011

Color Harmonies of #1F0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0038

Black with #1F0038

Text Example


Text Example

White with #1F0038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,0,56); }

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

background-color css

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

 a { background-color: rgb(31,0,56); }

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

border-color css

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

 span { border-color: rgb(31,0,56); }

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