Html Css Color HEX #250830 Blackcurrant

📋 copy color: '#250830'

red 37 ◦ green 8 ◦ blue 48

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

Shades of Blackcurrant #250830

Tints of Blackcurrant #250830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.6%

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

R = 39.78%
G = 8.6%
B = 51.61%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250830 (or 0x250830) is known color: Blackcurrant. HEX triplet: 25, 08 and 30. RGB value is (37,8,48). Sum of RGB (Red+Green+Blue) = 37+8+48=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #250830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250830 is #DAF7CF. Grayscale: #151515. Windows color (decimal): -14350288 or 3147813. OLE color: 3147813.

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

Color convert

RGB 37 8 48 -
CMYK 0.23 0.83 0 0.81
HSL 283.5º 0.71% 0.11% -
HSV(B) 283.5º 0.83% 0.19% -
XYZ 1.38 0.78 2.87 -
YUV 21.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 37 8 48 0.23 0.83 0 0.81 283.5 0.71 0.11
Hex 25 8 30 17 53 0 51 11C 47 B
Octal 45 10 60 27 123 0 121 434 107 13
Binary 100101 1000 110000 10111 1010011 0 1010001 100011100 1000111 1011

Color Harmonies of #250830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250830

Black with #250830

Text Example


Text Example

White with #250830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250830; }

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

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

background-color css

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

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

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

border-color css

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

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

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