Html Css Color HEX #1B0625 Blackcurrant

📋 copy color: '#1B0625'

red 27 ◦ green 6 ◦ blue 37

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

Shades of Blackcurrant #1B0625

Tints of Blackcurrant #1B0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.57%

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

R = 38.57%
G = 8.57%
B = 52.86%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B0625 (or 0x1B0625) is known color: Blackcurrant. HEX triplet: 1B, 06 and 25. RGB value is (27,6,37). Sum of RGB (Red+Green+Blue) = 27+6+37=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0625 is #E4F9DA. Grayscale: #0F0F0F. Windows color (decimal): -15006171 or 2426395. OLE color: 2426395.

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

Color convert

RGB 27 6 37 -
CMYK 0.27 0.84 0 0.85
HSL 280.65º 0.72% 0.08% -
HSV(B) 280.65º 0.84% 0.15% -
XYZ 0.85 0.5 1.8 -
YUV 15.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 27 6 37 0.27 0.84 0 0.85 280.65 0.72 0.08
Hex 1B 6 25 1B 54 0 55 119 48 8
Octal 33 6 45 33 124 0 125 431 110 10
Binary 11011 110 100101 11011 1010100 0 1010101 100011001 1001000 1000

Color Harmonies of #1B0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0625

Black with #1B0625

Text Example


Text Example

White with #1B0625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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