Html Css Color HEX #250A2D Blackcurrant

📋 copy color: '#250A2D'

red 37 ◦ green 10 ◦ blue 45

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

Shades of Blackcurrant #250A2D

Tints of Blackcurrant #250A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.87%

 BLUE value IS 45 (17.97% from 255) = 48.91%

R = 40.22%
G = 10.87%
B = 48.91%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#250A2D (or 0x250A2D) is known color: Blackcurrant. HEX triplet: 25, 0A and 2D. RGB value is (37,10,45). Sum of RGB (Red+Green+Blue) = 37+10+45=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #250A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A2D is #DAF5D2. Grayscale: #151515. Windows color (decimal): -14349779 or 2951717. OLE color: 2951717.

HSL color Cylindrical-coordinate representation of color #250A2D: hue angle of 286.29º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250A2D is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 10 45 -
CMYK 0.18 0.78 0 0.82
HSL 286.29º 0.64% 0.11% -
HSV(B) 286.29º 0.78% 0.18% -
XYZ 1.35 0.8 2.57 -
YUV 22.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 37 10 45 0.18 0.78 0 0.82 286.29 0.64 0.11
Hex 25 A 2D 12 4E 0 52 11E 40 B
Octal 45 12 55 22 116 0 122 436 100 13
Binary 100101 1010 101101 10010 1001110 0 1010010 100011110 1000000 1011

Color Harmonies of #250A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A2D

Black with #250A2D

Text Example


Text Example

White with #250A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,10,45); }

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

background-color css

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

 a { background-color: rgb(37,10,45); }

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

border-color css

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

 span { border-color: rgb(37,10,45); }

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