#251330

Color #251330 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #251330

Tints of Blackcurrant #251330

Color information

#251330 (or 0x251330) is unknown color: approx Blackcurrant. HEX triplet: 25, 13 and 30. RGB value is (37,19,48). Sum of RGB (Red+Green+Blue) = 37+19+48=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #251330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251330 is #DAECCF. Grayscale: #1B1B1B. Windows color (decimal): -14347472 or 3150629. OLE color: 3150629.

HSL color Cylindrical-coordinate representation of color #251330: hue angle of 277.24º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #251330 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB371948-
CMYK0.230.6000.81
HSL277.24º43.28%13.14%-
HSV(B)277.24º60.42%18.82%-
XYZ1.531.072.92-
YUV27.69139.46134.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=35.58%
G=18.27%
B=46.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3719480.230.6000.81277.2443.2813.14
Hex251330173C0511152bd
Octal452360277401214255315
Binary1001011001111000010111111100010100011000101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251330; }

 p { color: rgb(37,19,48); }

 H1.HeaderClassName
 {
   color: #251330;
 }
 .AnyTagClassName
 {
   color: #251330;
 }
</style>
background-color css

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

 a { background-color: rgb(37,19,48); }

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

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

 span { border-color: rgb(37,19,48); }

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