Html Css Color HEX #250C38 Blackcurrant

📋 copy color: '#250C38'

red 37 ◦ green 12 ◦ blue 56

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

Shades of Blackcurrant #250C38

Tints of Blackcurrant #250C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 53.33%

R = 35.24%
G = 11.43%
B = 53.33%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250C38 (or 0x250C38) is known color: Blackcurrant. HEX triplet: 25, 0C and 38. RGB value is (37,12,56). Sum of RGB (Red+Green+Blue) = 37+12+56=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #250C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C38 is #DAF3C7. Grayscale: #181818. Windows color (decimal): -14349256 or 3673125. OLE color: 3673125.

HSL color Cylindrical-coordinate representation of color #250C38: hue angle of 274.09º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #250C38 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 12 56 -
CMYK 0.34 0.79 0 0.78
HSL 274.09º 0.65% 0.13% -
HSV(B) 274.09º 0.79% 0.22% -
XYZ 1.61 0.94 3.84 -
YUV 24.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 37 12 56 0.34 0.79 0 0.78 274.09 0.65 0.13
Hex 25 C 38 22 4F 0 4E 112 41 D
Octal 45 14 70 42 117 0 116 422 101 15
Binary 100101 1100 111000 100010 1001111 0 1001110 100010010 1000001 1101

Color Harmonies of #250C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C38

Black with #250C38

Text Example


Text Example

White with #250C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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