Html Css Color HEX #1B0825 Blackcurrant

📋 copy color: '#1B0825'

red 27 ◦ green 8 ◦ blue 37

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

Shades of Blackcurrant #1B0825

Tints of Blackcurrant #1B0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.11%

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

R = 37.5%
G = 11.11%
B = 51.39%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B0825 (or 0x1B0825) is known color: Blackcurrant. HEX triplet: 1B, 08 and 25. RGB value is (27,8,37). Sum of RGB (Red+Green+Blue) = 27+8+37=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0825 is #E4F7DA. Grayscale: #101010. Windows color (decimal): -15005659 or 2426907. OLE color: 2426907.

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

Color convert

RGB 27 8 37 -
CMYK 0.27 0.78 0 0.85
HSL 279.31º 0.64% 0.09% -
HSV(B) 279.31º 0.78% 0.15% -
XYZ 0.87 0.54 1.81 -
YUV 16.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 27 8 37 0.27 0.78 0 0.85 279.31 0.64 0.09
Hex 1B 8 25 1B 4E 0 55 117 40 9
Octal 33 10 45 33 116 0 125 427 100 11
Binary 11011 1000 100101 11011 1001110 0 1010101 100010111 1000000 1001

Color Harmonies of #1B0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0825

Black with #1B0825

Text Example


Text Example

White with #1B0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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