#250234

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

Shades of Blackcurrant #250234

Tints of Blackcurrant #250234

Color information

#250234 (or 0x250234) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 34. RGB value is (37,2,52). Sum of RGB (Red+Green+Blue) = 37+2+52=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #250234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250234 is #DAFDCB. Grayscale: #121212. Windows color (decimal): -14351820 or 3408421. OLE color: 3408421.

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

Color convert

RGB37252-
CMYK0.290.9600.80
HSL282º92.59%10.59%-
HSV(B)282º96.15%20.39%-
XYZ1.40.683.31-
YUV18.16147.1141.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 52 (20.70% from 255) = 57.14%
R=40.66%
G=2.20%
B=57.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal372520.290.9600.8028292.5910.59
Hex252341D6005011a5db
Octal4526435140012043213513
Binary100101101101001110111000000101000010001101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250234; }

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

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

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

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

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

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

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

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