Html Css Color HEX #150730 Blackcurrant

📋 copy color: '#150730'

red 21 ◦ green 7 ◦ blue 48

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

Shades of Blackcurrant #150730

Tints of Blackcurrant #150730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.21%

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

R = 27.63%
G = 9.21%
B = 63.16%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#150730 (or 0x150730) is known color: Blackcurrant. HEX triplet: 15, 07 and 30. RGB value is (21,7,48). Sum of RGB (Red+Green+Blue) = 21+7+48=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #150730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150730 is #EAF8CF. Grayscale: #0F0F0F. Windows color (decimal): -15399120 or 3147541. OLE color: 3147541.

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

Color convert

RGB 21 7 48 -
CMYK 0.56 0.85 0 0.81
HSL 260.49º 0.75% 0.11% -
HSV(B) 260.49º 0.85% 0.19% -
XYZ 0.92 0.52 2.85 -
YUV 15.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 21 7 48 0.56 0.85 0 0.81 260.49 0.75 0.11
Hex 15 7 30 38 55 0 51 104 4B B
Octal 25 7 60 70 125 0 121 404 113 13
Binary 10101 111 110000 111000 1010101 0 1010001 100000100 1001011 1011

Color Harmonies of #150730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150730

Black with #150730

Text Example


Text Example

White with #150730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150730; }

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

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

background-color css

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

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

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

border-color css

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

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

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