Html Css Color HEX #1F002C Blackcurrant

📋 copy color: '#1F002C'

red 31 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #1F002C

Tints of Blackcurrant #1F002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 58.67%

R = 41.33%
G = 0%
B = 58.67%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1F002C (or 0x1F002C) is known color: Blackcurrant. HEX triplet: 1F, 00 and 2C. RGB value is (31,0,44). Sum of RGB (Red+Green+Blue) = 31+0+44=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F002C is #E0FFD3. Grayscale: #0E0E0E. Windows color (decimal): -14745556 or 2883615. OLE color: 2883615.

HSL color Cylindrical-coordinate representation of color #1F002C: hue angle of 282.27º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F002C is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 31 0 44 -
CMYK 0.30 1 0 0.83
HSL 282.27º 1% 0.09% -
HSV(B) 282.27º 1% 0.17% -
XYZ 1.02 0.47 2.42 -
YUV 14.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 31 0 44 0.30 1 0 0.83 282.27 1 0.09
Hex 1F 0 2C 1E 64 0 53 11A 64 9
Octal 37 0 54 36 144 0 123 432 144 11
Binary 11111 0 101100 11110 1100100 0 1010011 100011010 1100100 1001

Color Harmonies of #1F002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F002C

Black with #1F002C

Text Example


Text Example

White with #1F002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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