Html Css Color HEX #1F0301 Black

📋 copy color: '#1F0301'

red 31 ◦ green 3 ◦ blue 1

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

Shades of Black #1F0301

Tints of Black #1F0301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.86%

R = 88.57%
G = 8.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#1F0301 (or 0x1F0301) is known color: Black. HEX triplet: 1F, 03 and 01. RGB value is (31,3,1). Sum of RGB (Red+Green+Blue) = 31+3+1=35 (4% of max value = 765). Red value is 31 (12.5% from 255 or 88.57% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0301 is #E0FCFE. Grayscale: #0B0B0B. Windows color (decimal): -14744831 or 66335. OLE color: 66335.

HSL color Cylindrical-coordinate representation of color #1F0301: hue angle of 4º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0301 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 3 1 -
CMYK 0 0.90 0.97 0.88
HSL 0.94% 0.06% -
HSV(B) 0.97% 0.12% -
XYZ 0.6 0.36 0.07 -
YUV 11.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 31 3 1 0 0.90 0.97 0.88 4 0.94 0.06
Hex 1F 3 1 0 5A 61 58 4 5E 6
Octal 37 3 1 0 132 141 130 4 136 6
Binary 11111 11 1 0 1011010 1100001 1011000 100 1011110 110

Color Harmonies of #1F0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0301

Black with #1F0301

Text Example


Text Example

White with #1F0301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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