Html Css Color HEX #250234 Blackcurrant

📋 copy color: '#250234'

red 37 ◦ green 2 ◦ blue 52

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

Shades of Blackcurrant #250234

Tints of Blackcurrant #250234

RGB

 RED value IS 37 (14.84% from 255) = 40.66%

 GREEN value IS 2 (1.17% from 255) = 2.2%

 BLUE value IS 52 (20.7% from 255) = 57.14%

R = 40.66%
G = 2.2%
B = 57.14%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250234 (or 0x250234) is known color: 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

RGB 37 2 52 -
CMYK 0.29 0.96 0 0.80
HSL 282º 0.93% 0.11% -
HSV(B) 282º 0.96% 0.2% -
XYZ 1.4 0.68 3.31 -
YUV 18.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 37 2 52 0.29 0.96 0 0.80 282 0.93 0.11
Hex 25 2 34 1D 60 0 50 11A 5D B
Octal 45 2 64 35 140 0 120 432 135 13
Binary 100101 10 110100 11101 1100000 0 1010000 100011010 1011101 1011

Color Harmonies of #250234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250234

Black with #250234

Text Example


Text Example

White with #250234

Text Example


Text Example

HTML Codes & Css Web 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>