Html Css Color HEX #1F0238 Blackcurrant

📋 copy color: '#1F0238'

red 31 ◦ green 2 ◦ blue 56

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

Shades of Blackcurrant #1F0238

Tints of Blackcurrant #1F0238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.25%

 BLUE value IS 56 (22.27% from 255) = 62.92%

R = 34.83%
G = 2.25%
B = 62.92%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F0238 (or 0x1F0238) is known color: Blackcurrant. HEX triplet: 1F, 02 and 38. RGB value is (31,2,56). Sum of RGB (Red+Green+Blue) = 31+2+56=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0238 is #E0FDC7. Grayscale: #101010. Windows color (decimal): -14745032 or 3670559. OLE color: 3670559.

HSL color Cylindrical-coordinate representation of color #1F0238: hue angle of 272.22º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0238 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 2 56 -
CMYK 0.45 0.96 0 0.78
HSL 272.22º 0.93% 0.11% -
HSV(B) 272.22º 0.96% 0.22% -
XYZ 1.3 0.62 3.79 -
YUV 16.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 31 2 56 0.45 0.96 0 0.78 272.22 0.93 0.11
Hex 1F 2 38 2D 60 0 4E 110 5D B
Octal 37 2 70 55 140 0 116 420 135 13
Binary 11111 10 111000 101101 1100000 0 1001110 100010000 1011101 1011

Color Harmonies of #1F0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0238

Black with #1F0238

Text Example


Text Example

White with #1F0238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,2,56); }

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

background-color css

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

 a { background-color: rgb(31,2,56); }

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

border-color css

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

 span { border-color: rgb(31,2,56); }

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