Html Css Color HEX #1F0033 Blackcurrant

📋 copy color: '#1F0033'

red 31 ◦ green 0 ◦ blue 51

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

Shades of Blackcurrant #1F0033

Tints of Blackcurrant #1F0033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 62.2%

R = 37.8%
G = 0%
B = 62.2%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#1F0033 (or 0x1F0033) is known color: Blackcurrant. HEX triplet: 1F, 00 and 33. RGB value is (31,0,51). Sum of RGB (Red+Green+Blue) = 31+0+51=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #1F0033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0033 is #E0FFCC. Grayscale: #0E0E0E. Windows color (decimal): -14745549 or 3342367. OLE color: 3342367.

HSL color Cylindrical-coordinate representation of color #1F0033: hue angle of 276.47º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0033 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 31 0 51 -
CMYK 0.39 1 0 0.8
HSL 276.47º 1% 0.1% -
HSV(B) 276.47º 1% 0.2% -
XYZ 1.16 0.53 3.17 -
YUV 15.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 31 0 51 0.39 1 0 0.8 276.47 1 0.1
Hex 1F 0 33 27 64 0 50 114 64 A
Octal 37 0 63 47 144 0 120 424 144 12
Binary 11111 0 110011 100111 1100100 0 1010000 100010100 1100100 1010

Color Harmonies of #1F0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0033

Black with #1F0033

Text Example


Text Example

White with #1F0033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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