Html Css Color HEX #1B0739 Blackcurrant

📋 copy color: '#1B0739'

red 27 ◦ green 7 ◦ blue 57

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

Shades of Blackcurrant #1B0739

Tints of Blackcurrant #1B0739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

 BLUE value IS 57 (22.66% from 255) = 62.64%

R = 29.67%
G = 7.69%
B = 62.64%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1B0739 (or 0x1B0739) is known color: Blackcurrant. HEX triplet: 1B, 07 and 39. RGB value is (27,7,57). Sum of RGB (Red+Green+Blue) = 27+7+57=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B0739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0739 is #E4F8C6. Grayscale: #121212. Windows color (decimal): -15005895 or 3737371. OLE color: 3737371.

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

Color convert

RGB 27 7 57 -
CMYK 0.53 0.88 0 0.78
HSL 264º 0.78% 0.13% -
HSV(B) 264º 0.88% 0.22% -
XYZ 1.27 0.68 3.94 -
YUV 18.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 27 7 57 0.53 0.88 0 0.78 264 0.78 0.13
Hex 1B 7 39 35 58 0 4E 108 4E D
Octal 33 7 71 65 130 0 116 410 116 15
Binary 11011 111 111001 110101 1011000 0 1001110 100001000 1001110 1101

Color Harmonies of #1B0739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0739

Black with #1B0739

Text Example


Text Example

White with #1B0739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,7,57); }

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

background-color css

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

 a { background-color: rgb(27,7,57); }

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

border-color css

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

 span { border-color: rgb(27,7,57); }

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