#251230

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

Shades of Blackcurrant #251230

Tints of Blackcurrant #251230

Color information

#251230 (or 0x251230) is unknown color: approx Blackcurrant. HEX triplet: 25, 12 and 30. RGB value is (37,18,48). Sum of RGB (Red+Green+Blue) = 37+18+48=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #251230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251230 is #DAEDCF. Grayscale: #1B1B1B. Windows color (decimal): -14347728 or 3150373. OLE color: 3150373.

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

Color convert

RGB371848-
CMYK0.230.6300.81
HSL278º45.45%12.94%-
HSV(B)278º62.5%18.82%-
XYZ1.511.042.92-
YUV27.1139.79135.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=35.92%
G=17.48%
B=46.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3718480.230.6300.8127845.4512.94
Hex251230173F0511162dd
Octal452260277701214265515
Binary1001011001011000010111111111010100011000101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251230; }

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

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

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

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

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

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

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

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