Html Css Color HEX #1B0527 Blackcurrant

📋 copy color: '#1B0527'

red 27 ◦ green 5 ◦ blue 39

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

Shades of Blackcurrant #1B0527

Tints of Blackcurrant #1B0527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.04%

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

R = 38.03%
G = 7.04%
B = 54.93%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B0527 (or 0x1B0527) is known color: Blackcurrant. HEX triplet: 1B, 05 and 27. RGB value is (27,5,39). Sum of RGB (Red+Green+Blue) = 27+5+39=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B0527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0527 is #E4FAD8. Grayscale: #0F0F0F. Windows color (decimal): -15006425 or 2557211. OLE color: 2557211.

HSL color Cylindrical-coordinate representation of color #1B0527: hue angle of 278.82º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B0527 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 27 5 39 -
CMYK 0.31 0.87 0 0.85
HSL 278.82º 0.77% 0.09% -
HSV(B) 278.82º 0.87% 0.15% -
XYZ 0.87 0.49 1.97 -
YUV 15.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 27 5 39 0.31 0.87 0 0.85 278.82 0.77 0.09
Hex 1B 5 27 1F 57 0 55 117 4D 9
Octal 33 5 47 37 127 0 125 427 115 11
Binary 11011 101 100111 11111 1010111 0 1010101 100010111 1001101 1001

Color Harmonies of #1B0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0527

Black with #1B0527

Text Example


Text Example

White with #1B0527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,5,39); }

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

background-color css

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

 a { background-color: rgb(27,5,39); }

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

border-color css

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

 span { border-color: rgb(27,5,39); }

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