Html Css Color HEX #250C3F Blackcurrant

📋 copy color: '#250C3F'

red 37 ◦ green 12 ◦ blue 63

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

Shades of Blackcurrant #250C3F

Tints of Blackcurrant #250C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.71%

 BLUE value IS 63 (25% from 255) = 56.25%

R = 33.04%
G = 10.71%
B = 56.25%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250C3F (or 0x250C3F) is known color: Blackcurrant. HEX triplet: 25, 0C and 3F. RGB value is (37,12,63). Sum of RGB (Red+Green+Blue) = 37+12+63=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #250C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C3F is #DAF3C0. Grayscale: #191919. Windows color (decimal): -14349249 or 4131877. OLE color: 4131877.

HSL color Cylindrical-coordinate representation of color #250C3F: hue angle of 269.41º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250C3F is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 12 63 -
CMYK 0.41 0.81 0 0.75
HSL 269.41º 0.68% 0.15% -
HSV(B) 269.41º 0.81% 0.25% -
XYZ 1.79 1.02 4.8 -
YUV 25.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 37 12 63 0.41 0.81 0 0.75 269.41 0.68 0.15
Hex 25 C 3F 29 51 0 4B 10D 44 F
Octal 45 14 77 51 121 0 113 415 104 17
Binary 100101 1100 111111 101001 1010001 0 1001011 100001101 1000100 1111

Color Harmonies of #250C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C3F

Black with #250C3F

Text Example


Text Example

White with #250C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,12,63); }

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

background-color css

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

 a { background-color: rgb(37,12,63); }

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

border-color css

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

 span { border-color: rgb(37,12,63); }

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