Html Css Color HEX #231030 Blackcurrant

📋 copy color: '#231030'

red 35 ◦ green 16 ◦ blue 48

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

Shades of Blackcurrant #231030

Tints of Blackcurrant #231030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

 BLUE value IS 48 (19.14% from 255) = 48.48%

R = 35.35%
G = 16.16%
B = 48.48%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231030 (or 0x231030) is known color: Blackcurrant. HEX triplet: 23, 10 and 30. RGB value is (35,16,48). Sum of RGB (Red+Green+Blue) = 35+16+48=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #231030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231030 is #DCEFCF. Grayscale: #191919. Windows color (decimal): -14479312 or 3149859. OLE color: 3149859.

HSL color Cylindrical-coordinate representation of color #231030: hue angle of 275.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231030 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 16 48 -
CMYK 0.27 0.67 0 0.81
HSL 275.63º 0.5% 0.13% -
HSV(B) 275.63º 0.67% 0.19% -
XYZ 1.41 0.94 2.9 -
YUV 25.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 35 16 48 0.27 0.67 0 0.81 275.63 0.5 0.13
Hex 23 10 30 1B 43 0 51 114 32 D
Octal 43 20 60 33 103 0 121 424 62 15
Binary 100011 10000 110000 11011 1000011 0 1010001 100010100 110010 1101

Color Harmonies of #231030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231030

Black with #231030

Text Example


Text Example

White with #231030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231030; }

 p { color: rgb(35,16,48); }

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

background-color css

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

 a { background-color: rgb(35,16,48); }

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

border-color css

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

 span { border-color: rgb(35,16,48); }

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