Html Css Color HEX #150822 Blackcurrant

📋 copy color: '#150822'

red 21 ◦ green 8 ◦ blue 34

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

Shades of Blackcurrant #150822

Tints of Blackcurrant #150822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 53.97%

R = 33.33%
G = 12.7%
B = 53.97%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150822 (or 0x150822) is known color: Blackcurrant. HEX triplet: 15, 08 and 22. RGB value is (21,8,34). Sum of RGB (Red+Green+Blue) = 21+8+34=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #150822 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150822 is #EAF7DD. Grayscale: #0E0E0E. Windows color (decimal): -15398878 or 2230293. OLE color: 2230293.

HSL color Cylindrical-coordinate representation of color #150822: hue angle of 270º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150822 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 8 34 -
CMYK 0.38 0.76 0 0.87
HSL 270º 0.62% 0.08% -
HSV(B) 270º 0.76% 0.13% -
XYZ 0.68 0.45 1.56 -
YUV 14.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 21 8 34 0.38 0.76 0 0.87 270 0.62 0.08
Hex 15 8 22 26 4C 0 57 10E 3E 8
Octal 25 10 42 46 114 0 127 416 76 10
Binary 10101 1000 100010 100110 1001100 0 1010111 100001110 111110 1000

Color Harmonies of #150822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150822

Black with #150822

Text Example


Text Example

White with #150822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150822; }

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

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

background-color css

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

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

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

border-color css

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

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

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