Html Css Color HEX #1B0725 Blackcurrant

📋 copy color: '#1B0725'

red 27 ◦ green 7 ◦ blue 37

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

Shades of Blackcurrant #1B0725

Tints of Blackcurrant #1B0725

RGB

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

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

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

R = 38.03%
G = 9.86%
B = 52.11%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B0725 (or 0x1B0725) is known color: Blackcurrant. HEX triplet: 1B, 07 and 25. RGB value is (27,7,37). Sum of RGB (Red+Green+Blue) = 27+7+37=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0725 is #E4F8DA. Grayscale: #101010. Windows color (decimal): -15005915 or 2426651. OLE color: 2426651.

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

Color convert

RGB 27 7 37 -
CMYK 0.27 0.81 0 0.85
HSL 280º 0.68% 0.09% -
HSV(B) 280º 0.81% 0.15% -
XYZ 0.86 0.52 1.8 -
YUV 16.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 27 7 37 0.27 0.81 0 0.85 280 0.68 0.09
Hex 1B 7 25 1B 51 0 55 118 44 9
Octal 33 7 45 33 121 0 125 430 104 11
Binary 11011 111 100101 11011 1010001 0 1010101 100011000 1000100 1001

Color Harmonies of #1B0725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0725

Black with #1B0725

Text Example


Text Example

White with #1B0725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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