Html Css Color HEX #250330 Blackcurrant

📋 copy color: '#250330'

red 37 ◦ green 3 ◦ blue 48

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

Shades of Blackcurrant #250330

Tints of Blackcurrant #250330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 54.55%

R = 42.05%
G = 3.41%
B = 54.55%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250330 (or 0x250330) is known color: Blackcurrant. HEX triplet: 25, 03 and 30. RGB value is (37,3,48). Sum of RGB (Red+Green+Blue) = 37+3+48=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #250330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250330 is #DAFCCF. Grayscale: #121212. Windows color (decimal): -14351568 or 3146533. OLE color: 3146533.

HSL color Cylindrical-coordinate representation of color #250330: hue angle of 285.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250330 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 3 48 -
CMYK 0.23 0.94 0 0.81
HSL 285.33º 0.88% 0.1% -
HSV(B) 285.33º 0.94% 0.19% -
XYZ 1.33 0.67 2.86 -
YUV 18.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 37 3 48 0.23 0.94 0 0.81 285.33 0.88 0.1
Hex 25 3 30 17 5E 0 51 11D 58 A
Octal 45 3 60 27 136 0 121 435 130 12
Binary 100101 11 110000 10111 1011110 0 1010001 100011101 1011000 1010

Color Harmonies of #250330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250330

Black with #250330

Text Example


Text Example

White with #250330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250330; }

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

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

background-color css

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

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

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

border-color css

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

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

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