Html Css Color HEX #1B1025 Blackcurrant

📋 copy color: '#1B1025'

red 27 ◦ green 16 ◦ blue 37

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

Shades of Blackcurrant #1B1025

Tints of Blackcurrant #1B1025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20%

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

R = 33.75%
G = 20%
B = 46.25%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B1025 (or 0x1B1025) is known color: Blackcurrant. HEX triplet: 1B, 10 and 25. RGB value is (27,16,37). Sum of RGB (Red+Green+Blue) = 27+16+37=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1025 is #E4EFDA. Grayscale: #151515. Windows color (decimal): -15003611 or 2428955. OLE color: 2428955.

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

Color convert

RGB 27 16 37 -
CMYK 0.27 0.57 0 0.85
HSL 271.43º 0.4% 0.1% -
HSV(B) 271.43º 0.57% 0.15% -
XYZ 0.97 0.74 1.84 -
YUV 21.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 27 16 37 0.27 0.57 0 0.85 271.43 0.4 0.1
Hex 1B 10 25 1B 39 0 55 10F 28 A
Octal 33 20 45 33 71 0 125 417 50 12
Binary 11011 10000 100101 11011 111001 0 1010101 100001111 101000 1010

Color Harmonies of #1B1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1025

Black with #1B1025

Text Example


Text Example

White with #1B1025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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