Html Css Color HEX #150830 Blackcurrant

📋 copy color: '#150830'

red 21 ◦ green 8 ◦ blue 48

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

Shades of Blackcurrant #150830

Tints of Blackcurrant #150830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 62.34%

R = 27.27%
G = 10.39%
B = 62.34%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#150830 (or 0x150830) is known color: Blackcurrant. HEX triplet: 15, 08 and 30. RGB value is (21,8,48). Sum of RGB (Red+Green+Blue) = 21+8+48=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #150830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150830 is #EAF7CF. Grayscale: #101010. Windows color (decimal): -15398864 or 3147797. OLE color: 3147797.

HSL color Cylindrical-coordinate representation of color #150830: hue angle of 259.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150830 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 8 48 -
CMYK 0.56 0.83 0 0.81
HSL 259.5º 0.71% 0.11% -
HSV(B) 259.5º 0.83% 0.19% -
XYZ 0.93 0.55 2.85 -
YUV 16.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 21 8 48 0.56 0.83 0 0.81 259.5 0.71 0.11
Hex 15 8 30 38 53 0 51 104 47 B
Octal 25 10 60 70 123 0 121 404 107 13
Binary 10101 1000 110000 111000 1010011 0 1010001 100000100 1000111 1011

Color Harmonies of #150830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150830

Black with #150830

Text Example


Text Example

White with #150830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150830; }

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

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

background-color css

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

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

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

border-color css

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

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

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