Html Css Color HEX #250A34 Blackcurrant

📋 copy color: '#250A34'

red 37 ◦ green 10 ◦ blue 52

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

Shades of Blackcurrant #250A34

Tints of Blackcurrant #250A34

RGB

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

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

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

R = 37.37%
G = 10.1%
B = 52.53%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250A34 (or 0x250A34) is known color: Blackcurrant. HEX triplet: 25, 0A and 34. RGB value is (37,10,52). Sum of RGB (Red+Green+Blue) = 37+10+52=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #250A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A34 is #DAF5CB. Grayscale: #161616. Windows color (decimal): -14349772 or 3410469. OLE color: 3410469.

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

Color convert

RGB 37 10 52 -
CMYK 0.29 0.81 0 0.80
HSL 278.57º 0.68% 0.12% -
HSV(B) 278.57º 0.81% 0.2% -
XYZ 1.49 0.86 3.34 -
YUV 22.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 37 10 52 0.29 0.81 0 0.80 278.57 0.68 0.12
Hex 25 A 34 1D 51 0 50 117 44 C
Octal 45 12 64 35 121 0 120 427 104 14
Binary 100101 1010 110100 11101 1010001 0 1010000 100010111 1000100 1100

Color Harmonies of #250A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A34

Black with #250A34

Text Example


Text Example

White with #250A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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