Html Css Color HEX #250F33 Blackcurrant

📋 copy color: '#250F33'

red 37 ◦ green 15 ◦ blue 51

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

Shades of Blackcurrant #250F33

Tints of Blackcurrant #250F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.56%

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

R = 35.92%
G = 14.56%
B = 49.51%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#250F33 (or 0x250F33) is known color: Blackcurrant. HEX triplet: 25, 0F and 33. RGB value is (37,15,51). Sum of RGB (Red+Green+Blue) = 37+15+51=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #250F33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F33 is #DAF0CC. Grayscale: #191919. Windows color (decimal): -14348493 or 3346213. OLE color: 3346213.

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

Color convert

RGB 37 15 51 -
CMYK 0.27 0.71 0 0.8
HSL 276.67º 0.55% 0.13% -
HSV(B) 276.67º 0.71% 0.2% -
XYZ 1.53 0.97 3.24 -
YUV 25.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 37 15 51 0.27 0.71 0 0.8 276.67 0.55 0.13
Hex 25 F 33 1B 47 0 50 115 37 D
Octal 45 17 63 33 107 0 120 425 67 15
Binary 100101 1111 110011 11011 1000111 0 1010000 100010101 110111 1101

Color Harmonies of #250F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F33

Black with #250F33

Text Example


Text Example

White with #250F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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