Html Css Color HEX #230F31 Blackcurrant

📋 copy color: '#230F31'

red 35 ◦ green 15 ◦ blue 49

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

Shades of Blackcurrant #230F31

Tints of Blackcurrant #230F31

RGB

 RED value IS 35 (14.06% from 255) = 35.35%

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

 BLUE value IS 49 (19.53% from 255) = 49.49%

R = 35.35%
G = 15.15%
B = 49.49%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230F31 (or 0x230F31) is known color: Blackcurrant. HEX triplet: 23, 0F and 31. RGB value is (35,15,49). Sum of RGB (Red+Green+Blue) = 35+15+49=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #230F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F31 is #DCF0CE. Grayscale: #181818. Windows color (decimal): -14479567 or 3215139. OLE color: 3215139.

HSL color Cylindrical-coordinate representation of color #230F31: hue angle of 275.29º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230F31 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 15 49 -
CMYK 0.29 0.69 0 0.81
HSL 275.29º 0.53% 0.13% -
HSV(B) 275.29º 0.69% 0.19% -
XYZ 1.42 0.92 3.01 -
YUV 24.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 35 15 49 0.29 0.69 0 0.81 275.29 0.53 0.13
Hex 23 F 31 1D 45 0 51 113 35 D
Octal 43 17 61 35 105 0 121 423 65 15
Binary 100011 1111 110001 11101 1000101 0 1010001 100010011 110101 1101

Color Harmonies of #230F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F31

Black with #230F31

Text Example


Text Example

White with #230F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230F31; }

 p { color: rgb(35,15,49); }

 H1.HeaderClassName
 {
   color: #230F31;
 }
 .AnyTagClassName
 {
   color: #230F31;
 }
</style>

background-color css

<style>
 a { background-color: #230F31; }

 a { background-color: rgb(35,15,49); }

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

border-color css

<style>
 span { border-color: #230F31; }

 span { border-color: rgb(35,15,49); }

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