Html Css Color HEX #1F0C27 Blackcurrant

📋 copy color: '#1F0C27'

red 31 ◦ green 12 ◦ blue 39

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

Shades of Blackcurrant #1F0C27

Tints of Blackcurrant #1F0C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.63%

 BLUE value IS 39 (15.63% from 255) = 47.56%

R = 37.8%
G = 14.63%
B = 47.56%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F0C27 (or 0x1F0C27) is known color: Blackcurrant. HEX triplet: 1F, 0C and 27. RGB value is (31,12,39). Sum of RGB (Red+Green+Blue) = 31+12+39=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0C27 is #E0F3D8. Grayscale: #141414. Windows color (decimal): -14742489 or 2559007. OLE color: 2559007.

HSL color Cylindrical-coordinate representation of color #1F0C27: hue angle of 282.22º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F0C27 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 12 39 -
CMYK 0.21 0.69 0 0.85
HSL 282.22º 0.53% 0.1% -
HSV(B) 282.22º 0.69% 0.15% -
XYZ 1.06 0.7 2 -
YUV 20.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 31 12 39 0.21 0.69 0 0.85 282.22 0.53 0.1
Hex 1F C 27 15 45 0 55 11A 35 A
Octal 37 14 47 25 105 0 125 432 65 12
Binary 11111 1100 100111 10101 1000101 0 1010101 100011010 110101 1010

Color Harmonies of #1F0C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C27

Black with #1F0C27

Text Example


Text Example

White with #1F0C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,12,39); }

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

background-color css

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

 a { background-color: rgb(31,12,39); }

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

border-color css

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

 span { border-color: rgb(31,12,39); }

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