Html Css Color HEX #150826 Blackcurrant

📋 copy color: '#150826'

red 21 ◦ green 8 ◦ blue 38

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

Shades of Blackcurrant #150826

Tints of Blackcurrant #150826

RGB

 RED value IS 21 (8.59% from 255) = 31.34%

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

 BLUE value IS 38 (15.23% from 255) = 56.72%

R = 31.34%
G = 11.94%
B = 56.72%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150826 (or 0x150826) is known color: Blackcurrant. HEX triplet: 15, 08 and 26. RGB value is (21,8,38). Sum of RGB (Red+Green+Blue) = 21+8+38=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #150826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150826 is #EAF7D9. Grayscale: #0F0F0F. Windows color (decimal): -15398874 or 2492437. OLE color: 2492437.

HSL color Cylindrical-coordinate representation of color #150826: hue angle of 266º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #150826 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 8 38 -
CMYK 0.45 0.79 0 0.85
HSL 266º 0.65% 0.09% -
HSV(B) 266º 0.79% 0.15% -
XYZ 0.75 0.47 1.89 -
YUV 15.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 21 8 38 0.45 0.79 0 0.85 266 0.65 0.09
Hex 15 8 26 2D 4F 0 55 10A 41 9
Octal 25 10 46 55 117 0 125 412 101 11
Binary 10101 1000 100110 101101 1001111 0 1010101 100001010 1000001 1001

Color Harmonies of #150826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150826

Black with #150826

Text Example


Text Example

White with #150826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150826; }

 p { color: rgb(21,8,38); }

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

background-color css

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

 a { background-color: rgb(21,8,38); }

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

border-color css

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

 span { border-color: rgb(21,8,38); }

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