Html Css Color HEX #1F033F Blackcurrant

📋 copy color: '#1F033F'

red 31 ◦ green 3 ◦ blue 63

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

Shades of Blackcurrant #1F033F

Tints of Blackcurrant #1F033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

 BLUE value IS 63 (25% from 255) = 64.95%

R = 31.96%
G = 3.09%
B = 64.95%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F033F (or 0x1F033F) is known color: Blackcurrant. HEX triplet: 1F, 03 and 3F. RGB value is (31,3,63). Sum of RGB (Red+Green+Blue) = 31+3+63=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F033F is #E0FCC0. Grayscale: #121212. Windows color (decimal): -14744769 or 4129567. OLE color: 4129567.

HSL color Cylindrical-coordinate representation of color #1F033F: hue angle of 268º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F033F is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 3 63 -
CMYK 0.51 0.95 0 0.75
HSL 268º 0.91% 0.13% -
HSV(B) 268º 0.95% 0.25% -
XYZ 1.49 0.72 4.76 -
YUV 18.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 31 3 63 0.51 0.95 0 0.75 268 0.91 0.13
Hex 1F 3 3F 33 5F 0 4B 10C 5B D
Octal 37 3 77 63 137 0 113 414 133 15
Binary 11111 11 111111 110011 1011111 0 1001011 100001100 1011011 1101

Color Harmonies of #1F033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F033F

Black with #1F033F

Text Example


Text Example

White with #1F033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,3,63); }

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

background-color css

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

 a { background-color: rgb(31,3,63); }

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

border-color css

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

 span { border-color: rgb(31,3,63); }

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