Html Css Color HEX #250B33 Blackcurrant

📋 copy color: '#250B33'

red 37 ◦ green 11 ◦ blue 51

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

Shades of Blackcurrant #250B33

Tints of Blackcurrant #250B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 51.52%

R = 37.37%
G = 11.11%
B = 51.52%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#250B33 (or 0x250B33) is known color: Blackcurrant. HEX triplet: 25, 0B and 33. RGB value is (37,11,51). Sum of RGB (Red+Green+Blue) = 37+11+51=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #250B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B33 is #DAF4CC. Grayscale: #171717. Windows color (decimal): -14349517 or 3345189. OLE color: 3345189.

HSL color Cylindrical-coordinate representation of color #250B33: hue angle of 279º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250B33 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 11 51 -
CMYK 0.27 0.78 0 0.8
HSL 279º 0.65% 0.12% -
HSV(B) 279º 0.78% 0.2% -
XYZ 1.48 0.87 3.22 -
YUV 23.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 37 11 51 0.27 0.78 0 0.8 279 0.65 0.12
Hex 25 B 33 1B 4E 0 50 117 41 C
Octal 45 13 63 33 116 0 120 427 101 14
Binary 100101 1011 110011 11011 1001110 0 1010000 100010111 1000001 1100

Color Harmonies of #250B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B33

Black with #250B33

Text Example


Text Example

White with #250B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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