#231334

Color #231334 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #231334

Tints of Blackcurrant #231334

Color information

#231334 (or 0x231334) is unknown color: approx Blackcurrant. HEX triplet: 23, 13 and 34. RGB value is (35,19,52). Sum of RGB (Red+Green+Blue) = 35+19+52=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #231334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231334 is #DCECCB. Grayscale: #1B1B1B. Windows color (decimal): -14478540 or 3412771. OLE color: 3412771.

HSL color Cylindrical-coordinate representation of color #231334: hue angle of 269.09º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231334 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB351952-
CMYK0.330.6300.80
HSL269.09º46.48%13.92%-
HSV(B)269.09º63.46%20.39%-
XYZ1.551.073.37-
YUV27.55141.8133.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=33.02%
G=17.92%
B=49.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3519520.330.6300.80269.0946.4813.92
Hex231334213F05010d2ee
Octal432364417701204155616
Binary10001110011110100100001111111010100001000011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231334; }

 p { color: rgb(35,19,52); }

 H1.HeaderClassName
 {
   color: #231334;
 }
 .AnyTagClassName
 {
   color: #231334;
 }
</style>
background-color css

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

 a { background-color: rgb(35,19,52); }

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

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

 span { border-color: rgb(35,19,52); }

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