Html Css Color HEX #1F063D Blackcurrant

📋 copy color: '#1F063D'

red 31 ◦ green 6 ◦ blue 61

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

Shades of Blackcurrant #1F063D

Tints of Blackcurrant #1F063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.12%

 BLUE value IS 61 (24.22% from 255) = 62.24%

R = 31.63%
G = 6.12%
B = 62.24%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F063D (or 0x1F063D) is known color: Blackcurrant. HEX triplet: 1F, 06 and 3D. RGB value is (31,6,61). Sum of RGB (Red+Green+Blue) = 31+6+61=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F063D is #E0F9C2. Grayscale: #131313. Windows color (decimal): -14744003 or 3999263. OLE color: 3999263.

HSL color Cylindrical-coordinate representation of color #1F063D: hue angle of 267.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F063D is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 6 61 -
CMYK 0.49 0.90 0 0.76
HSL 267.27º 0.82% 0.13% -
HSV(B) 267.27º 0.9% 0.24% -
XYZ 1.47 0.76 4.48 -
YUV 19.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 31 6 61 0.49 0.90 0 0.76 267.27 0.82 0.13
Hex 1F 6 3D 31 5A 0 4C 10B 52 D
Octal 37 6 75 61 132 0 114 413 122 15
Binary 11111 110 111101 110001 1011010 0 1001100 100001011 1010010 1101

Color Harmonies of #1F063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F063D

Black with #1F063D

Text Example


Text Example

White with #1F063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,6,61); }

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

background-color css

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

 a { background-color: rgb(31,6,61); }

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

border-color css

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

 span { border-color: rgb(31,6,61); }

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