Html Css Color HEX #1B1125 Blackcurrant

📋 copy color: '#1B1125'

red 27 ◦ green 17 ◦ blue 37

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

Shades of Blackcurrant #1B1125

Tints of Blackcurrant #1B1125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.99%

 BLUE value IS 37 (14.84% from 255) = 45.68%

R = 33.33%
G = 20.99%
B = 45.68%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B1125 (or 0x1B1125) is known color: Blackcurrant. HEX triplet: 1B, 11 and 25. RGB value is (27,17,37). Sum of RGB (Red+Green+Blue) = 27+17+37=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B1125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1125 is #E4EEDA. Grayscale: #161616. Windows color (decimal): -15003355 or 2429211. OLE color: 2429211.

HSL color Cylindrical-coordinate representation of color #1B1125: hue angle of 270º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B1125 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 27 17 37 -
CMYK 0.27 0.54 0 0.85
HSL 270º 0.37% 0.11% -
HSV(B) 270º 0.54% 0.15% -
XYZ 0.99 0.77 1.85 -
YUV 22.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 27 17 37 0.27 0.54 0 0.85 270 0.37 0.11
Hex 1B 11 25 1B 36 0 55 10E 25 B
Octal 33 21 45 33 66 0 125 416 45 13
Binary 11011 10001 100101 11011 110110 0 1010101 100001110 100101 1011

Color Harmonies of #1B1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1125

Black with #1B1125

Text Example


Text Example

White with #1B1125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,17,37); }

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

background-color css

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

 a { background-color: rgb(27,17,37); }

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

border-color css

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

 span { border-color: rgb(27,17,37); }

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