Html Css Color HEX #1B021F Blackcurrant

📋 copy color: '#1B021F'

red 27 ◦ green 2 ◦ blue 31

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

Shades of Blackcurrant #1B021F

Tints of Blackcurrant #1B021F

RGB

 RED value IS 27 (10.94% from 255) = 45%

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

 BLUE value IS 31 (12.5% from 255) = 51.67%

R = 45%
G = 3.33%
B = 51.67%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B021F (or 0x1B021F) is known color: Blackcurrant. HEX triplet: 1B, 02 and 1F. RGB value is (27,2,31). Sum of RGB (Red+Green+Blue) = 27+2+31=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B021F is #E4FDE0. Grayscale: #0C0C0C. Windows color (decimal): -15007201 or 2032155. OLE color: 2032155.

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

Color convert

RGB 27 2 31 -
CMYK 0.13 0.94 0 0.88
HSL 291.72º 0.88% 0.06% -
HSV(B) 291.72º 0.94% 0.12% -
XYZ 0.72 0.38 1.33 -
YUV 12.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 27 2 31 0.13 0.94 0 0.88 291.72 0.88 0.06
Hex 1B 2 1F D 5E 0 58 124 58 6
Octal 33 2 37 15 136 0 130 444 130 6
Binary 11011 10 11111 1101 1011110 0 1011000 100100100 1011000 110

Color Harmonies of #1B021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B021F

Black with #1B021F

Text Example


Text Example

White with #1B021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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