Html Css Color HEX #230013 Blackberry

📋 copy color: '#230013'

red 35 ◦ green 0 ◦ blue 19

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

Shades of Blackberry #230013

Tints of Blackberry #230013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 35.19%

R = 64.81%
G = 0%
B = 35.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230013 (or 0x230013) is known color: Blackberry. HEX triplet: 23, 00 and 13. RGB value is (35,0,19). Sum of RGB (Red+Green+Blue) = 35+0+19=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #230013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230013 is #DCFFEC. Grayscale: #0C0C0C. Windows color (decimal): -14483437 or 1245219. OLE color: 1245219.

HSL color Cylindrical-coordinate representation of color #230013: hue angle of 327.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230013 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 0 19 -
CMYK 0 1 0.46 0.86
HSL 327.43º 1% 0.07% -
HSV(B) 327.43º 1% 0.14% -
XYZ 0.81 0.4 0.65 -
YUV 12.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 35 0 19 0 1 0.46 0.86 327.43 1 0.07
Hex 23 0 13 0 64 2E 56 147 64 7
Octal 43 0 23 0 144 56 126 507 144 7
Binary 100011 0 10011 0 1100100 101110 1010110 101000111 1100100 111

Color Harmonies of #230013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230013

Black with #230013

Text Example


Text Example

White with #230013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230013; }

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

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

background-color css

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

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

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

border-color css

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

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

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