Html Css Color HEX #250B30 Blackcurrant

📋 copy color: '#250B30'

red 37 ◦ green 11 ◦ blue 48

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

Shades of Blackcurrant #250B30

Tints of Blackcurrant #250B30

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.46%

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

R = 38.54%
G = 11.46%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250B30 (or 0x250B30) is known color: Blackcurrant. HEX triplet: 25, 0B and 30. RGB value is (37,11,48). Sum of RGB (Red+Green+Blue) = 37+11+48=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #250B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B30 is #DAF4CF. Grayscale: #161616. Windows color (decimal): -14349520 or 3148581. OLE color: 3148581.

HSL color Cylindrical-coordinate representation of color #250B30: hue angle of 282.16º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #250B30 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 11 48 -
CMYK 0.23 0.77 0 0.81
HSL 282.16º 0.63% 0.12% -
HSV(B) 282.16º 0.77% 0.19% -
XYZ 1.42 0.85 2.88 -
YUV 22.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 37 11 48 0.23 0.77 0 0.81 282.16 0.63 0.12
Hex 25 B 30 17 4D 0 51 11A 3F C
Octal 45 13 60 27 115 0 121 432 77 14
Binary 100101 1011 110000 10111 1001101 0 1010001 100011010 111111 1100

Color Harmonies of #250B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B30

Black with #250B30

Text Example


Text Example

White with #250B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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