Html Css Color HEX #250B34 Blackcurrant

📋 copy color: '#250B34'

red 37 ◦ green 11 ◦ blue 52

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

Shades of Blackcurrant #250B34

Tints of Blackcurrant #250B34

RGB

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

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

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

R = 37%
G = 11%
B = 52%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250B34 (or 0x250B34) is known color: Blackcurrant. HEX triplet: 25, 0B and 34. RGB value is (37,11,52). Sum of RGB (Red+Green+Blue) = 37+11+52=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #250B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B34 is #DAF4CB. Grayscale: #171717. Windows color (decimal): -14349516 or 3410725. OLE color: 3410725.

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

Color convert

RGB 37 11 52 -
CMYK 0.29 0.79 0 0.80
HSL 278.05º 0.65% 0.12% -
HSV(B) 278.05º 0.79% 0.2% -
XYZ 1.5 0.88 3.34 -
YUV 23.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 37 11 52 0.29 0.79 0 0.80 278.05 0.65 0.12
Hex 25 B 34 1D 4F 0 50 116 41 C
Octal 45 13 64 35 117 0 120 426 101 14
Binary 100101 1011 110100 11101 1001111 0 1010000 100010110 1000001 1100

Color Harmonies of #250B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B34

Black with #250B34

Text Example


Text Example

White with #250B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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