#250134

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

Shades of Blackcurrant #250134

Tints of Blackcurrant #250134

Color information

#250134 (or 0x250134) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 34. RGB value is (37,1,52). Sum of RGB (Red+Green+Blue) = 37+1+52=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #250134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250134 is #DAFECB. Grayscale: #111111. Windows color (decimal): -14352076 or 3408165. OLE color: 3408165.

HSL color Cylindrical-coordinate representation of color #250134: hue angle of 282.35º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250134 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB37152-
CMYK0.290.9800.80
HSL282.35º96.23%10.39%-
HSV(B)282.35º98.08%20.39%-
XYZ1.390.663.3-
YUV17.58147.43141.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 52 (20.70% from 255) = 57.78%
R=41.11%
G=1.11%
B=57.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal371520.290.9800.80282.3596.2310.39
Hex251341D6205011a60a
Octal4516435142012043214012
Binary10010111101001110111000100101000010001101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250134; }

 p { color: rgb(37,1,52); }

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

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

 a { background-color: rgb(37,1,52); }

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

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

 span { border-color: rgb(37,1,52); }

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