Html Css Color HEX #250334 Blackcurrant

📋 copy color: '#250334'

red 37 ◦ green 3 ◦ blue 52

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

Shades of Blackcurrant #250334

Tints of Blackcurrant #250334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.26%

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

R = 40.22%
G = 3.26%
B = 56.52%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250334 (or 0x250334) is known color: Blackcurrant. HEX triplet: 25, 03 and 34. RGB value is (37,3,52). Sum of RGB (Red+Green+Blue) = 37+3+52=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #250334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250334 is #DAFCCB. Grayscale: #121212. Windows color (decimal): -14351564 or 3408677. OLE color: 3408677.

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

Color convert

RGB 37 3 52 -
CMYK 0.29 0.94 0 0.80
HSL 281.63º 0.89% 0.11% -
HSV(B) 281.63º 0.94% 0.2% -
XYZ 1.42 0.71 3.31 -
YUV 18.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 37 3 52 0.29 0.94 0 0.80 281.63 0.89 0.11
Hex 25 3 34 1D 5E 0 50 11A 59 B
Octal 45 3 64 35 136 0 120 432 131 13
Binary 100101 11 110100 11101 1011110 0 1010000 100011010 1011001 1011

Color Harmonies of #250334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250334

Black with #250334

Text Example


Text Example

White with #250334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250334; }

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

 H1.HeaderClassName
 {
   color: #250334;
 }
 .AnyTagClassName
 {
   color: #250334;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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